Improvement to fix for issue 9926 to allow TestResult to be reused.

This commit is contained in:
Michael Foord 2010-12-19 14:12:23 +00:00
parent 62a1aaeeac
commit 5657ff8aa0
2 changed files with 6 additions and 1 deletions

View file

@ -107,6 +107,7 @@ class TestSuite(BaseTestSuite):
if topLevel:
self._tearDownPreviousClass(None, result)
self._handleModuleTearDown(result)
result._testRunEntered = False
return result
def debug(self):