Patches item #1475231, was opened at 2006-04-23 22:13
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1475231&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Edward Loper (edloper)
>Assigned to: Nobody/Anonymous (nobody)
Summary: New doctest option: +SKIP

Initial Comment:
Adds a new option & directive to doctest, SKIP, which 
can be used to selectively skip examples.

This can be useful in contexts where doctest examples 
serve as both documentation and test cases, and an 
example should be included for documentation 
purposes, but should not be checked.  E.g., the 
example's output might be random; or the example 
might depend on resources which would be unavailable 
to the test driver.  The SKIP flag can also be used 
for temporarily "commenting out" examples.

Patch includes updates to tests & documentation.

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

>Comment By: Tim Peters (tim_one)
Date: 2006-04-24 23:32

Message:
Logged In: YES 
user_id=31435

Many thanks for the thorough patch, Edward!  This was
checked in to the trunk, as revision 45701.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1475231&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to