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 benjamin.peterson
Recipients benjamin.peterson, brian.curtin
Date 2009-12-13.01:01:11
SpamBayes Score 0.0016603036
Marked as misclassified No
Message-id <1260666073.69.0.789324644231.issue7306@psf.upfronthosting.co.za>
In-reply-to
Content
You can use unittest.skipUnless instead of skipIf since you have a not
condition in all of them.
History
Date User Action Args
2009-12-13 01:01:14benjamin.petersonsetrecipients: + benjamin.peterson, brian.curtin
2009-12-13 01:01:13benjamin.petersonsetmessageid: <1260666073.69.0.789324644231.issue7306@psf.upfronthosting.co.za>
2009-12-13 01:01:12benjamin.petersonlinkissue7306 messages
2009-12-13 01:01:12benjamin.petersoncreate