Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a412137

Browse files
committed
Temporary disable tests cleanup (issue 11798).
1 parent fb13721 commit a412137

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/unittest/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def run(self, result):
6666

6767
def _removeTestAtIndex(self, index):
6868
"""Stop holding a reference to the TestCase at index."""
69+
return
6970
try:
7071
self._tests[index] = None
7172
except TypeError:

0 commit comments

Comments
 (0)