summaryrefslogtreecommitdiff
path: root/Lib/unittest/result.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Issue #22936: Allow showing local variables in unittest errors.Robert Collins2015-03-061-2/+5
* Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-1/+2
* Fixes Issue #20165: The unittest module no longer considers tests marked withGregory P. Smith2014-01-201-3/+8
* Fix bug in TestResult.addSubTest()Antoine Pitrou2013-03-291-1/+1
* Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-0/+16
* Drop unused import in unittest package.Florent Xicluna2011-11-041-1/+0
* Issue #10979. unittest stdout buffering now works with class and module setup...Michael Foord2011-03-171-1/+7
* Fix issue 9926. TestSuite subclasses that override __call__ are called correc...Michael Foord2010-11-011-0/+1
* Merged revisions 80708 via svnmerge fromMichael Foord2010-05-021-3/+1
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-2/+62
* Merged revisions 79270 via svnmerge fromBenjamin Peterson2010-03-221-1/+0
* Merged revisions 79265-79266 via svnmerge fromBenjamin Peterson2010-03-221-0/+13
* Merged revisions 79263 via svnmerge fromBenjamin Peterson2010-03-221-5/+3
* Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv...Benjamin Peterson2010-03-141-3/+8
* Merged revisions 78130 via svnmerge fromMichael Foord2010-02-101-3/+2
* Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-191-0/+113