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
|
* Improvement to fix for issue 9926 to allow TestResult to be reused.Michael Foord2010-12-191-1/+5
|
* Merged revisions 86101 via svnmerge fromMichael Foord2010-11-011-0/+14
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86101 | michael.foord | 2010-11-01 21:09:03 +0000 (Mon, 01 Nov 2010) | 1 line Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. ........
* Adding a test for unittest.BaseTestSuite.Michael Foord2010-05-091-0/+45
|
* unittest: issue 8301. Adding functions to test suites no longer crashes.Michael Foord2010-05-081-0/+9
|
* Move a support TestCase out of the main namespace in unittest.test.test_suiteMichael Foord2010-03-261-7/+7
|
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+295