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 edgimar
Recipients
Date 2007-08-21.09:14:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a simple patch to add a "removeTest" method to the unittest.TestSuite object.  It is called in exactly the same way the "addTest" method is called, except that it removes the provided TestCase from the suite.

This is useful if you want to add a bunch of unittests via TestLoader().loadTestsFromModule(), EXCEPT for a few specific cases, which you would like to subsequently remove.
History
Date User Action Args
2007-08-23 15:59:45adminlinkissue1778410 messages
2007-08-23 15:59:45admincreate