]> granicus.if.org Git - python/commit
Merged revisions 81853 via svnmerge from
authorMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 10 Jun 2010 16:16:08 +0000 (16:16 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 10 Jun 2010 16:16:08 +0000 (16:16 +0000)
commitb8748741945beb03ccb6bcf59b08f590109cb21b
tree36ceae277408765488c67d107449a5117593c836
parentc73013127b2791476ade69d36b69736b9caa674c
Merged revisions 81853 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81853 | michael.foord | 2010-06-08 23:44:52 +0100 (Tue, 08 Jun 2010) | 1 line

  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