summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_runner.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵Michael Foord2010-06-081-0/+25
| | | | class and module teardowns are not run by unittest.TestSuite.debug().
* Adding tests for unittest command line handling of buffer, catchbreak and ↵Michael Foord2010-05-071-0/+46
| | | | failfast.
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+182