summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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 stder...Michael Foord2010-04-021-6/+18
* Addition of -c command line option to unittest, to handle ctrl-c during a tes...Michael Foord2010-03-261-14/+47
* 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 sti...Michael Foord2010-03-221-5/+16
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-221-0/+2
* Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...Michael Foord2009-09-271-5/+8
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+175