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, calvin, georg.brandl, giampaolo.rodola, ncoghlan, pitrou, pupeno, purcell, rblank, rhettinger
Date 2009-03-22.17:20:49
SpamBayes Score 9.95615e-09
Marked as misclassified No
Message-id <1237742454.0.0.413772366006.issue1034053@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here's my unittest skipping patch. It supports skipping classes and
expected failures and includes skipping decorators.

I had to employ a little evil to make test skipping work for classes.
The made a new TestSuite class called ClassTestSuite, to contain the
tests for one class. It pretends to be a TestCase enough that in can be
completely skipped.
History
Date User Action Args
2009-03-22 17:20:54benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, rhettinger, calvin, purcell, ncoghlan, pitrou, rblank, giampaolo.rodola, pupeno
2009-03-22 17:20:54benjamin.petersonsetmessageid: <1237742454.0.0.413772366006.issue1034053@psf.upfronthosting.co.za>
2009-03-22 17:20:52benjamin.petersonlinkissue1034053 messages
2009-03-22 17:20:52benjamin.petersoncreate