summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_suite.py
Commit message (Collapse)AuthorAgeFilesLines
* 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