summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/signals.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding unittest.removeHandler function / decorator for removing the ↵Michael Foord2010-04-251-0/+19
| | | | 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-0/+38
test run more elegantly