Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding unittest.removeHandler function / decorator for removing the ↵ | Michael Foord | 2010-04-25 | 1 | -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 Foord | 2010-03-26 | 1 | -1/+3 |
| | | | | test run more elegantly | ||||
* | Correct usage message displayed for python -m unittest -h | Michael Foord | 2010-03-22 | 1 | -2/+1 |
| | |||||
* | Issue 7815. __unittest in module globals trims frames from reported ↵ | Michael Foord | 2010-03-22 | 1 | -0/+2 |
| | | | | stacktraces in unittest. | ||||
* | Addition of setUpClass and setUpModule shared fixtures to unittest. | Michael Foord | 2010-03-07 | 1 | -2/+1 |
| | |||||
* | Adding TextTestResult to unittest.__all__ | Michael Foord | 2010-02-11 | 1 | -1/+2 |
| | |||||
* | Issue 7893 and Issue 7588 | Michael Foord | 2010-02-10 | 1 | -1/+4 |
| | |||||
* | More yearly updates. | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -0/+63 |