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 Arfrever
Recipients Arfrever, giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2015-10-11.04:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444537543.62.0.461621461681.issue25367@psf.upfronthosting.co.za>
In-reply-to
Content
It works.
A more standard way would be 'self.skipTest(...)' instead of 'raise unittest.SkipTest(...)'.
History
Date User Action Args
2015-10-11 04:25:44Arfreversetrecipients: + Arfrever, gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov
2015-10-11 04:25:43Arfreversetmessageid: <1444537543.62.0.461621461681.issue25367@psf.upfronthosting.co.za>
2015-10-11 04:25:43Arfreverlinkissue25367 messages
2015-10-11 04:25:42Arfrevercreate