COMMITS
/ Lib/unittest/suite.py May 23, 2025
S
gh-134565: Use ExceptionGroup to handle multiple errors in unittest.doModuleCleanups() (GH-134566)
Serhiy Storchaka committed
August 30, 2021
S
bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
Serhiy Storchaka committed
November 9, 2018
L
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
Lisa Roach committed
June 2, 2016
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
January 26, 2015
S
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka committed
December 28, 2013
A
Fix breakage in TestSuite.countTestCases() introduced by issue #11798.
Antoine Pitrou committed
September 1, 2013
A
Issue #11798: fix tests for regrtest -R :
Andrew Svetlov committed
T
Back out 868ad6fa8e68 - it left all the buildbots failing.
Tim Peters committed
August 31, 2013
A
Temporary disable tests cleanup (issue 11798).
Andrew Svetlov committed
August 28, 2013
A
Issue #11798: TestSuite now drops references to own tests after execution.
Andrew Svetlov committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
March 17, 2011
M
Issue #10979. unittest stdout buffering now works with class and module setup and teardown.
Michael Foord committed
December 19, 2010
M
Improvement to fix for issue 9926 to allow TestResult to be reused.
Michael Foord committed
November 1, 2010
M
Fix issue 9926. TestSuite subclasses that override __call__ are called correctly.
Michael Foord committed
June 10, 2010
M
Merged revisions 81878 via svnmerge from
Michael Foord committed
M
Merged revisions 81853 via svnmerge from
Michael Foord committed
June 5, 2010
M
Merged revisions 81764 via svnmerge from
Michael Foord committed
May 8, 2010
M
Merged revisions 80997 via svnmerge from
Michael Foord committed
March 22, 2010
B
Merged revisions 79263 via svnmerge from
Benjamin Peterson committed
March 14, 2010
B
Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via svnmerge from
Benjamin Peterson committed
January 29, 2010
R
Merged revisions 77815 via svnmerge from
R. David Murray committed
October 4, 2009
July 19, 2009
B
Merged revisions 74095 via svnmerge from
Benjamin Peterson committed