summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/result.py
Commit message (Expand)AuthorAgeFilesLines
* gh-106584: Fix exit code for unittest in Python 3.12 (#106588)EliseevEgor2023-09-221-4/+6
* gh-104090: Fix unittest collectedDurations resources leak (#106795)Yonatan Bitton2023-07-191-1/+2
* gh-48330: address review comments to PR-12271 (#103209)Giampaolo Rodola2023-04-161-1/+5
* bpo-4080: unittest durations (#12271)Giampaolo Rodola2023-04-021-0/+7
* gh-98458: unittest: bugfix for infinite loop while handling chained exception...AlexTate2022-12-041-1/+3
* bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...Irit Katriel2022-03-081-14/+39
* bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24...Irit Katriel2021-01-151-1/+2
* 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