mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Improvement to fix for issue 9926 to allow TestResult to be reused.
This commit is contained in:
parent
f100dbd600
commit
cca5be2e4c
2 changed files with 7 additions and 1 deletions
|
@ -104,6 +104,7 @@ class TestSuite(BaseTestSuite):
|
|||
if topLevel:
|
||||
self._tearDownPreviousClass(None, result)
|
||||
self._handleModuleTearDown(result)
|
||||
result._testRunEntered = False
|
||||
return result
|
||||
|
||||
def debug(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue