[Patches] [ python-Patches-932932 ] doctest: Add Tester params to DocTestSuite

SourceForge.net noreply at sourceforge.net
Thu Sep 2 15:20:48 CEST 2004


Patches item #932932, was opened at 2004-04-10 19:56
Message generated for change (Settings changed) made by jhylton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=932932&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Edward Loper (edloper)
>Assigned to: Edward Loper (edloper)
Summary: doctest: Add Tester params to DocTestSuite

Initial Comment:
This diff adds the following parameters to 
DocTestSuite: globs, verbose, isprivate, optionflags.  
The new parameters are simply passed on to the 
Tester object that the DocTestSuite wraps.

This match was made against revision 1.33 of 
doctest.py

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2004-05-31 19:05

Message:
Logged In: YES 
user_id=21627

The patch looks good in principle. Please submit test cases
and documentation.

----------------------------------------------------------------------

Comment By: Edward Loper (edloper)
Date: 2004-04-10 19:59

Message:
Logged In: YES 
user_id=195958

If this patch looks good, I'd be happy to write a patch for 
the docs & test cases.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=932932&group_id=5470


More information about the Patches mailing list