cpython: Temporary disable tests cleanup (issue 11798).

Aug. 31, 2013
10:55 a.m.
http://hg.python.org/cpython/rev/868ad6fa8e68 changeset: 85474:868ad6fa8e68 user: Andrew Svetlov <andrew.svetlov@gmail.com> date: Sat Aug 31 20:55:25 2013 +0300 summary: Temporary disable tests cleanup (issue 11798). files: Lib/unittest/suite.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Lib/unittest/suite.py b/Lib/unittest/suite.py --- a/Lib/unittest/suite.py +++ b/Lib/unittest/suite.py @@ -66,6 +66,7 @@ def _removeTestAtIndex(self, index): """Stop holding a reference to the TestCase at index.""" + return try: self._tests[index] = None except TypeError: -- Repository URL: http://hg.python.org/cpython
4251
Age (days ago)
4251
Last active (days ago)
0 comments
1 participants
participants (1)
-
andrew.svetlov