Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass on parameters in unittest.TextTestResult.__init__ super call | Michael Foord | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Merged revisions 86511 via svnmerge from | Benjamin Peterson | 2010-11-18 | 1 | -1/+2 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86511 | benjamin.peterson | 2010-11-18 08:14:43 -0600 (Thu, 18 Nov 2010) | 1 line reduce try block compass ........ | ||||
* | Addition of -b command line option to unittest for buffering stdout and ↵ | Michael Foord | 2010-04-02 | 1 | -1/+3 |
| | | | | stderr during test runs. | ||||
* | Addition of -c command line option to unittest, to handle ctrl-c during a ↵ | Michael Foord | 2010-03-26 | 1 | -0/+2 |
| | | | | test run more elegantly | ||||
* | -f/--failfast command line option for unittest. Issue 8074. Documentation ↵ | Michael Foord | 2010-03-22 | 1 | -1/+3 |
| | | | | 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 Foord | 2010-03-22 | 1 | -0/+2 |
| | | | | stacktraces in unittest. | ||||
* | unittest.TestResult can now be used with the TextTestRunner. TextTestRunner ↵ | Michael Foord | 2010-02-23 | 1 | -5/+12 |
| | | | | compatible with old TestResult objects. | ||||
* | Issue 7893 and Issue 7588 | Michael Foord | 2010-02-10 | 1 | -13/+19 |
| | |||||
* | Backport micro-fix from the py3k svnmerge | Antoine Pitrou | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Issue #7197: Allow unittest.TextTestRunner objects to be pickled and | Antoine Pitrou | 2009-11-10 | 1 | -0/+2 |
| | | | | | | | unpickled. This fixes crashes under Windows when trying to run test_multiprocessing in verbose mode. Additionally, Test_TextTestRunner hadn't been enabled in test_unittest. | ||||
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -0/+172 |