summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Improving help message for python -m unittest. Issue 8303.Michael Foord2010-05-101-5/+6
|
* Adding a test for unittest test discovery with dotted path name.Michael Foord2010-05-071-4/+4
|
* Minor tweak to unittest command line usage messageMichael Foord2010-04-031-1/+2
|
* Adding -b command line option to the unittest usage message.Michael Foord2010-04-031-6/+8
|
* Addition of -b command line option to unittest for buffering stdout and ↵Michael Foord2010-04-021-6/+18
| | | | stderr during test runs.
* Addition of -c command line option to unittest, to handle ctrl-c during a ↵Michael Foord2010-03-261-14/+47
| | | | test run more elegantly
* Correct usage message displayed for python -m unittest -hMichael Foord2010-03-221-7/+1
|
* expected failure should not trigger failfast behavior in unittest.Michael Foord2010-03-221-1/+1
|
* Removing Python 2.3 compatibility code from unittest.Michael Foord2010-03-221-2/+1
|
* -f/--failfast command line option for unittest. Issue 8074. Documentation ↵Michael Foord2010-03-221-5/+16
| | | | still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
* Issue 7815. __unittest in module globals trims frames from reported ↵Michael Foord2010-03-221-0/+2
| | | | stacktraces in unittest.
* Test creation moved from TestProgram.parseArgs to TestProgram.createTests ↵Michael Foord2009-09-271-5/+8
| | | | exclusively. Issue 6956.
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+175