summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Adding unittest.removeHandler function / decorator for removing the signal.SI...Michael Foord2010-04-251-2/+2
* Addition of -c command line option to unittest, to handle ctrl-c during a tes...Michael Foord2010-03-261-1/+3
* Correct usage message displayed for python -m unittest -hMichael Foord2010-03-221-2/+1
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-221-0/+2
* 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