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 terry.reedy
Recipients JayKrish, Todd.Rovito, kbk, philwebster, roger.serwy, terry.reedy
Date 2013-06-17.20:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371501608.72.0.606857491516.issue18189@psf.upfronthosting.co.za>
In-reply-to
Content
As I discovered by experiment, unittest.SkipTest and subclasses are only handled properly inside of functions recognized and called by unittest. This could be better documented.
History
Date User Action Args
2013-06-17 20:40:08terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, Todd.Rovito, JayKrish, philwebster
2013-06-17 20:40:08terry.reedysetmessageid: <1371501608.72.0.606857491516.issue18189@psf.upfronthosting.co.za>
2013-06-17 20:40:08terry.reedylinkissue18189 messages
2013-06-17 20:40:08terry.reedycreate