summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/result.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #10979. unittest stdout buffering now works for class and module fixtures.Michael Foord2011-03-171-1/+7
* Merged revisions 86101 via svnmerge fromMichael Foord2010-11-011-0/+1
* unittest.result.TestResult does not create its buffers until they're used. It...Michael Foord2010-04-071-3/+6
* Cross platform unittest.TestResult newline handling when buffering stdout / s...Michael Foord2010-04-031-11/+10
* unittest tests no longer replace the sys.stdout put in place by regrtestMichael Foord2010-04-021-6/+2
* TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...Michael Foord2010-04-021-2/+4
* Addition of -b command line option to unittest for buffering stdout and stder...Michael Foord2010-04-021-2/+61
* expected failure should not trigger failfast behavior in unittest.Michael Foord2010-03-221-1/+0
* -f/--failfast command line option for unittest. Issue 8074. Documentation sti...Michael Foord2010-03-221-0/+13
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-221-5/+3
* Addition of setUpClass and setUpModule shared fixtures to unittest.Michael Foord2010-03-071-0/+2
* unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...Michael Foord2010-02-231-1/+4
* Support for old TestResult object (unittest) with warnings when using unsuppo...Michael Foord2010-02-221-2/+2
* Issue 7893 and Issue 7588Michael Foord2010-02-101-3/+2
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+113