summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_suite.py
Commit message (Collapse)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 ↵Michael Foord2010-11-011-0/+14
| | | | correctly.
* Merged revisions 81022 via svnmerge fromMichael Foord2010-05-091-0/+45
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81022 | michael.foord | 2010-05-09 11:58:25 +0200 (Sun, 09 May 2010) | 1 line Adding a test for unittest.BaseTestSuite. ........
* Merged revisions 80997 via svnmerge fromMichael Foord2010-05-081-0/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80997 | michael.foord | 2010-05-08 19:06:25 +0200 (Sat, 08 May 2010) | 1 line unittest: issue 8301. Adding functions to test suites no longer crashes. ........
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+291