This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients brett.cannon, docs@python, ezio.melotti, michael.foord, zach.ware
Date 2013-03-05.22:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362523075.45.0.281279449852.issue17329@psf.upfronthosting.co.za>
In-reply-to
Content
In the patches, the description of SkipTest is copied directly from the docstring in Lib/unittest/case.py with a bit of markup added.  It mentions TestResult.skip(), which doesn't exist.  I wonder if that was meant to be TestCase.skipTest()?
History
Date User Action Args
2013-03-05 22:37:55zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti, michael.foord, docs@python
2013-03-05 22:37:55zach.waresetmessageid: <1362523075.45.0.281279449852.issue17329@psf.upfronthosting.co.za>
2013-03-05 22:37:55zach.warelinkissue17329 messages
2013-03-05 22:37:55zach.warecreate