Message 83975 - Python tracker (original) (raw)
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.