summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/runner.py
Commit message (Expand)AuthorAgeFilesLines
* Addition of -b command line option to unittest for buffering stdout and stder...Michael Foord2010-04-021-1/+3
* Addition of -c command line option to unittest, to handle ctrl-c during a tes...Michael Foord2010-03-261-0/+2
* -f/--failfast command line option for unittest. Issue 8074. Documentation sti...Michael Foord2010-03-221-1/+3
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-221-0/+2
* unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...Michael Foord2010-02-231-5/+12
* 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
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+172