summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_result.py
Commit message (Expand)AuthorAgeFilesLines
* unittest.result.TestResult does not create its buffers until they're used. It...Michael Foord2010-04-071-3/+5
* Another attempt at a fix for unittest.test.test_result for windows line endingsMichael Foord2010-04-031-5/+4
* Cross platform unittest.TestResult newline handling when buffering stdout / s...Michael Foord2010-04-031-4/+5
* unittest tests no longer replace the sys.stdout put in place by regrtestMichael Foord2010-04-021-2/+2
* TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...Michael Foord2010-04-021-17/+14
* Addition of -b command line option to unittest for buffering stdout and stder...Michael Foord2010-04-021-1/+129
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-291-0/+1
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+359