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

SourceForge.net noreply at sourceforge.net
Mon May 31 15:05:42 EDT 2004


Patches item #932932, was opened at 2004-04-10 21:56
Message generated for change (Comment added) made by loewis
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: Nobody/Anonymous (nobody)
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 21: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 21: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