]> granicus.if.org Git - python/commit
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Tue, 8 Jun 2010 22:44:52 +0000 (22:44 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Tue, 8 Jun 2010 22:44:52 +0000 (22:44 +0000)
commit0fedb28951034e0ee3c5cd4761257d85a5fd4da2
treee5a2dc058a09a8c626475352f4ca0598110bd9c1
parentd7afd31a9bef6e0498e8fce646a2d4e8e8576e87
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug().
Lib/unittest/case.py
Lib/unittest/suite.py
Lib/unittest/test/test_runner.py
Lib/unittest/test/test_setups.py