Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb13721 commit a412137Copy full SHA for a412137
1 file changed
Lib/unittest/suite.py
@@ -66,6 +66,7 @@ def run(self, result):
66
67
def _removeTestAtIndex(self, index):
68
"""Stop holding a reference to the TestCase at index."""
69
+ return
70
try:
71
self._tests[index] = None
72
except TypeError:
0 commit comments