[TIP] removeTest() method patch for unittest.TestSuite

Michael Foord fuzzyman at voidspace.org.uk
Mon Apr 6 04:44:47 PDT 2009


Hello all,

There is a patch on the Python bug tracker to add a removeTest() method 
to TestSuite.

http://bugs.python.org/issue1778410

It sounds like a useful method to me. Any comments on the feature or 
patch (it only allows the removal of individual tests by recursing into 
the test suite and comparing the string representation of tests!)?

Michael

-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog





More information about the testing-in-python mailing list