Michael Foord
|
8faa20751d
|
Issue #10979. unittest stdout buffering now works for class and module fixtures.
|
2011-03-17 12:48:56 -04:00 |
Michael Foord
|
f9ffccea56
|
Fix unittest tests to not abuse traceback.format_exception
|
2010-05-02 20:39:42 +00:00 |
Michael Foord
|
f6ff26c486
|
unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333.
|
2010-04-07 23:04:22 +00:00 |
Michael Foord
|
93232660bb
|
Another attempt at a fix for unittest.test.test_result for windows line endings
|
2010-04-03 02:33:55 +00:00 |
Michael Foord
|
9b4ee12e89
|
Cross platform unittest.TestResult newline handling when buffering stdout / stderr.
|
2010-04-03 02:21:39 +00:00 |
Michael Foord
|
25d7976014
|
unittest tests no longer replace the sys.stdout put in place by regrtest
|
2010-04-02 22:30:56 +00:00 |
Michael Foord
|
58c1e78806
|
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option
|
2010-04-02 22:08:29 +00:00 |
Michael Foord
|
5637f04a94
|
Addition of -b command line option to unittest for buffering stdout and stderr during test runs.
|
2010-04-02 21:42:47 +00:00 |
Michael Foord
|
e6410c536c
|
Backport of weakref.WeakSet and tests from Python 3.
|
2010-03-29 20:04:23 +00:00 |
Michael Foord
|
35b3792ed3
|
Turn unittest tests into a package
|
2010-03-25 23:56:33 +00:00 |