summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/runner.py
Commit message (Collapse)AuthorAgeFilesLines
* Addition of -b command line option to unittest for buffering stdout and ↵Michael Foord2010-04-021-1/+3
| | | | stderr during test runs.
* Addition of -c command line option to unittest, to handle ctrl-c during a ↵Michael Foord2010-03-261-0/+2
| | | | test run more elegantly
* -f/--failfast command line option for unittest. Issue 8074. Documentation ↵Michael Foord2010-03-221-1/+3
| | | | still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
* Issue 7815. __unittest in module globals trims frames from reported ↵Michael Foord2010-03-221-0/+2
| | | | stacktraces in unittest.
* unittest.TestResult can now be used with the TextTestRunner. TextTestRunner ↵Michael Foord2010-02-231-5/+12
| | | | compatible with old TestResult objects.
* Issue 7893 and Issue 7588Michael Foord2010-02-101-13/+19
|
* Backport micro-fix from the py3k svnmergeAntoine Pitrou2009-11-101-1/+1
|
* Issue #7197: Allow unittest.TextTestRunner objects to be pickled andAntoine Pitrou2009-11-101-0/+2
| | | | | | | unpickled. This fixes crashes under Windows when trying to run test_multiprocessing in verbose mode. Additionally, Test_TextTestRunner hadn't been enabled in test_unittest.
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+172