commit | 5657ff8aa0aa9d53f92fc11cc2d4b7e23f5cb95a | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Dec 19 14:12:23 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Dec 19 14:12:23 2010 +0000 |
tree | 0ac6fac427a34cc3d93390285468c9ab0ea8198e | |
parent | 62a1aaeeac5c6d2349a0698e1ba23870a6756e5e [diff] [blame] |
Improvement to fix for issue 9926 to allow TestResult to be reused.
diff --git a/Lib/unittest/suite.py b/Lib/unittest/suite.py index e8fbdc3..c0ae2ae 100644 --- a/Lib/unittest/suite.py +++ b/Lib/unittest/suite.py
@@ -107,6 +107,7 @@ if topLevel: self._tearDownPreviousClass(None, result) self._handleModuleTearDown(result) + result._testRunEntered = False return result def debug(self):