summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/test_suite.py
Commit message (Expand)AuthorAgeFilesLines
* #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-071-1/+1
* Fix breakage in TestSuite.countTestCases() introduced by issue #11798.Antoine Pitrou2013-12-281-0/+31
* Issue #11798: fix tests for regrtest -R :Andrew Svetlov2013-09-011-0/+8
* Issue #11798: TestSuite now drops references to own tests after execution.Andrew Svetlov2013-08-281-1/+41
* Improvement to fix for issue 9926 to allow TestResult to be reused.Michael Foord2010-12-191-1/+6
* Fix issue 9926. TestSuite subclasses that override __call__ are called correc...Michael Foord2010-11-011-0/+14
* Merged revisions 81022 via svnmerge fromMichael Foord2010-05-091-0/+45
* Merged revisions 80997 via svnmerge fromMichael Foord2010-05-081-0/+13
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+291