summaryrefslogtreecommitdiff
path: root/Lib/unittest/suite.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)Lisa Roach2018-11-081-10/+50
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-261-3/+0
* Fix breakage in TestSuite.countTestCases() introduced by issue #11798.Antoine Pitrou2013-12-281-4/+12
* Issue #11798: fix tests for regrtest -R :Andrew Svetlov2013-09-011-2/+6
* Back out 868ad6fa8e68 - it left all the buildbots failing.Tim Peters2013-08-311-1/+0
* Temporary disable tests cleanup (issue 11798).Andrew Svetlov2013-08-311-0/+1
* Issue #11798: TestSuite now drops references to own tests after execution.Andrew Svetlov2013-08-281-2/+13
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
* Issue #10979. unittest stdout buffering now works with class and module setup...Michael Foord2011-03-171-1/+17
* Improvement to fix for issue 9926 to allow TestResult to be reused.Michael Foord2010-12-191-0/+1
* Fix issue 9926. TestSuite subclasses that override __call__ are called correc...Michael Foord2010-11-011-19/+17
* Merged revisions 81878 via svnmerge fromMichael Foord2010-06-101-1/+1
* Merged revisions 81853 via svnmerge fromMichael Foord2010-06-101-2/+26
* Merged revisions 81764 via svnmerge fromMichael Foord2010-06-051-20/+23
* Merged revisions 80997 via svnmerge fromMichael Foord2010-05-081-1/+6
* Merged revisions 79263 via svnmerge fromBenjamin Peterson2010-03-221-0/+2
* Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv...Benjamin Peterson2010-03-141-8/+191
* Merged revisions 77815 via svnmerge fromR. David Murray2010-01-291-1/+1
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-1/+2
* Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-191-0/+68