| Commit message (Expand) | Author | Age |
* | bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) | Serhiy Storchaka | 2021-08-30 |
* | bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) | Lisa Roach | 2018-11-08 |
* | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 |
* | Issue #21408: The default __ne__() now returns NotImplemented if __eq__() | Serhiy Storchaka | 2015-01-26 |
* | Fix breakage in TestSuite.countTestCases() introduced by issue #11798. | Antoine Pitrou | 2013-12-28 |
* | Issue #11798: fix tests for regrtest -R : | Andrew Svetlov | 2013-09-01 |
* | Back out 868ad6fa8e68 - it left all the buildbots failing. | Tim Peters | 2013-08-31 |
* | Temporary disable tests cleanup (issue 11798). | Andrew Svetlov | 2013-08-31 |
* | Issue #11798: TestSuite now drops references to own tests after execution. | Andrew Svetlov | 2013-08-28 |
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 |
* | Issue #10979. unittest stdout buffering now works with class and module setup... | Michael Foord | 2011-03-17 |
* | Improvement to fix for issue 9926 to allow TestResult to be reused. | Michael Foord | 2010-12-19 |
* | Fix issue 9926. TestSuite subclasses that override __call__ are called correc... | Michael Foord | 2010-11-01 |
* | Merged revisions 81878 via svnmerge from | Michael Foord | 2010-06-10 |
* | Merged revisions 81853 via svnmerge from | Michael Foord | 2010-06-10 |
* | Merged revisions 81764 via svnmerge from | Michael Foord | 2010-06-05 |
* | Merged revisions 80997 via svnmerge from | Michael Foord | 2010-05-08 |
* | Merged revisions 79263 via svnmerge from | Benjamin Peterson | 2010-03-22 |
* | Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv... | Benjamin Peterson | 2010-03-14 |
* | Merged revisions 77815 via svnmerge from | R. David Murray | 2010-01-29 |
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 |
* | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 |