summaryrefslogtreecommitdiffstats
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
* 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
* 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