summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding unittest.removeHandler function / decorator for removing the ↵Michael Foord2010-04-251-2/+2
| | | | signal.SIGINT signal handler. With tests and docs.
* Addition of -c command line option to unittest, to handle ctrl-c during a ↵Michael Foord2010-03-261-1/+3
| | | | test run more elegantly
* Correct usage message displayed for python -m unittest -hMichael Foord2010-03-221-2/+1
|
* Issue 7815. __unittest in module globals trims frames from reported ↵Michael Foord2010-03-221-0/+2
| | | | stacktraces in unittest.
* Addition of setUpClass and setUpModule shared fixtures to unittest.Michael Foord2010-03-071-2/+1
|
* Adding TextTestResult to unittest.__all__Michael Foord2010-02-111-1/+2
|
* Issue 7893 and Issue 7588Michael Foord2010-02-101-1/+4
|
* More yearly updates.Georg Brandl2010-01-011-1/+1
|
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+63