aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/unittest/suite.py
Commit message (Expand)AuthorAge
* bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)Serhiy Storchaka2021-08-30
* bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)Lisa Roach2018-11-08
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-02
* Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-26
* Fix breakage in TestSuite.countTestCases() introduced by issue #11798.Antoine Pitrou2013-12-28
* Issue #11798: fix tests for regrtest -R :Andrew Svetlov2013-09-01
* Back out 868ad6fa8e68 - it left all the buildbots failing.Tim Peters2013-08-31
* Temporary disable tests cleanup (issue 11798).Andrew Svetlov2013-08-31
* Issue #11798: TestSuite now drops references to own tests after execution.Andrew Svetlov2013-08-28
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-28
* Issue #10979. unittest stdout buffering now works with class and module setup...Michael Foord2011-03-17
* Improvement to fix for issue 9926 to allow TestResult to be reused.Michael Foord2010-12-19
* Fix issue 9926. TestSuite subclasses that override __call__ are called correc...Michael Foord2010-11-01
* Merged revisions 81878 via svnmerge fromMichael Foord2010-06-10
* Merged revisions 81853 via svnmerge fromMichael Foord2010-06-10
* Merged revisions 81764 via svnmerge fromMichael Foord2010-06-05
* Merged revisions 80997 via svnmerge fromMichael Foord2010-05-08
* Merged revisions 79263 via svnmerge fromBenjamin Peterson2010-03-22
* Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv...Benjamin Peterson2010-03-14
* Merged revisions 77815 via svnmerge fromR. David Murray2010-01-29
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-04
* Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-19