| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-106584: Fix exit code for unittest in Python 3.12 (#106588) | EliseevEgor | 2023-09-22 | 1 | -4/+6 |
|
|
* | gh-104090: Fix unittest collectedDurations resources leak (#106795) | Yonatan Bitton | 2023-07-19 | 1 | -1/+2 |
|
|
* | gh-48330: address review comments to PR-12271 (#103209) | Giampaolo Rodola | 2023-04-16 | 1 | -1/+5 |
|
|
* | bpo-4080: unittest durations (#12271) | Giampaolo Rodola | 2023-04-02 | 1 | -0/+7 |
|
|
* | gh-98458: unittest: bugfix for infinite loop while handling chained exception... | AlexTate | 2022-12-04 | 1 | -1/+3 |
|
|
* | bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ... | Irit Katriel | 2022-03-08 | 1 | -14/+39 |
|
|
* | bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24... | Irit Katriel | 2021-01-15 | 1 | -1/+2 |
|
|
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
|
|
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | Issue #22936: Allow showing local variables in unittest errors. | Robert Collins | 2015-03-06 | 1 | -2/+5 |
|
|
* | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe... | Antoine Pitrou | 2014-11-23 | 1 | -1/+2 |
|
|
* | Fixes Issue #20165: The unittest module no longer considers tests marked with | Gregory P. Smith | 2014-01-20 | 1 | -3/+8 |
|
|
* | Fix bug in TestResult.addSubTest() | Antoine Pitrou | 2013-03-29 | 1 | -1/+1 |
|
|
* | Issue #16997: unittest.TestCase now provides a subTest() context manager to p... | Antoine Pitrou | 2013-03-20 | 1 | -0/+16 |
|
|
* | Drop unused import in unittest package. | Florent Xicluna | 2011-11-04 | 1 | -1/+0 |
|
|
* | Issue #10979. unittest stdout buffering now works with class and module setup... | Michael Foord | 2011-03-17 | 1 | -1/+7 |
|
|
* | Fix issue 9926. TestSuite subclasses that override __call__ are called correc... | Michael Foord | 2010-11-01 | 1 | -0/+1 |
|
|
* | Merged revisions 80708 via svnmerge from | Michael Foord | 2010-05-02 | 1 | -3/+1 |
|
|
* | Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,... | Benjamin Peterson | 2010-04-11 | 1 | -2/+62 |
|
|
* | Merged revisions 79270 via svnmerge from | Benjamin Peterson | 2010-03-22 | 1 | -1/+0 |
|
|
* | Merged revisions 79265-79266 via svnmerge from | Benjamin Peterson | 2010-03-22 | 1 | -0/+13 |
|
|
* | Merged revisions 79263 via svnmerge from | Benjamin Peterson | 2010-03-22 | 1 | -5/+3 |
|
|
* | Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv... | Benjamin Peterson | 2010-03-14 | 1 | -3/+8 |
|
|
* | Merged revisions 78130 via svnmerge from | Michael Foord | 2010-02-10 | 1 | -3/+2 |
|
|
* | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 | 1 | -0/+113 |
|
|