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 ezio.melotti
Recipients brett.cannon, docs@python, ezio.melotti, michael.foord, zach.ware
Date 2013-03-06.01:50:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362534641.23.0.98140781839.issue17329@psf.upfronthosting.co.za>
In-reply-to
Content
> I wonder if that was meant to be TestCase.skipTest()?

Most likely.

I would document this exception at the end of the "Skipping tests and expected failures".  You could documented it simply as "the exception raised by the skip decorators", and suggest to use TestCase.skipTest() to skip a test rather than just raising this exception directly.

I'm also not sure if the note should be kept -- it seems quite obvious to me that the test will be marked as skipped even if previous assertions succeeded.  Moreover, if the exception is generally not supposed to be used directly there's no need to explain how to use it.
History
Date User Action Args
2013-03-06 01:50:41ezio.melottisetrecipients: + ezio.melotti, brett.cannon, michael.foord, docs@python, zach.ware
2013-03-06 01:50:41ezio.melottisetmessageid: <1362534641.23.0.98140781839.issue17329@psf.upfronthosting.co.za>
2013-03-06 01:50:41ezio.melottilinkissue17329 messages
2013-03-06 01:50:40ezio.melotticreate