COMMITS
/ Lib/unittest/main.py November 15, 2025
T
gh-136442: Fix unittest to return exit code 5 when setUpClass raises an exception (#136487)
Takuya UESHIN committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
January 9, 2024
S
GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)
Stefano Rivera committed
June 6, 2023
V
gh-105407: Remove unused imports in the stdlib (#105411)
Victor Stinner committed
May 27, 2023
H
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Hugo van Kemenade committed
April 27, 2023
S
gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
Stefano Rivera committed
April 2, 2023
G
bpo-4080: unittest durations (#12271)
Giampaolo Rodola committed
March 17, 2022
B
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan committed
C
bpo-22859: deprecate unittest.main.TestProgram.usageExit (GH-30293)
Carlos Damazio committed
November 25, 2017
J
bpo-32071: Add unittest -k option (#4496)
Jonas Haag committed
April 20, 2017
L
bpo-30078: Add an example of passing a path to unittest (#1178)
Louie Lu committed
September 12, 2015
S
Marked keystrokes with the :kbd: role.
Serhiy Storchaka committed
S
Marked keystrokes with the :kbd: role.
Serhiy Storchaka committed
March 6, 2015
R
Issue #22936: Allow showing local variables in unittest errors.
Robert Collins committed
March 5, 2015
R
unittest: Trivial typo fix.
Robert Collins committed
August 29, 2013
S
Issue #17974: Switch unittest from using getopt to using argparse.
Serhiy Storchaka committed
February 23, 2013
P
Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram
Petri Lehtinen committed
February 11, 2013
M
Correction to issue 17052 fix
Michael Foord committed
M
Issue 17502: unittest discovery should use self.testLoader
Michael Foord committed
March 12, 2012
M
Move adding unittest test discovery command line options into their own method.
Michael Foord committed
M
Refactor unittest command line handling to always use optparse
Michael Foord committed
November 4, 2011
F
Drop unused import in unittest package.
Florent Xicluna committed
December 19, 2010
M
Fix minor issue in implementation of issue 10470.
Michael Foord committed
December 4, 2010
M
Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest'
Michael Foord committed
December 1, 2010
E
#10535: Enable silenced warnings in unittest by default
Ezio Melotti committed
November 21, 2010
May 10, 2010
M
Merged revisions 81055 via svnmerge from
Michael Foord committed
May 7, 2010
M
Merged revisions 80918 via svnmerge from
Michael Foord committed
April 11, 2010
March 27, 2010
M
Merged revisions 79437 via svnmerge from
Michael Foord committed
March 22, 2010
B
Merged revisions 79274 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 79270 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 79268 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 79265-79266 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 79263 via svnmerge from
Benjamin Peterson committed
October 4, 2009
July 19, 2009
B
Merged revisions 74095 via svnmerge from
Benjamin Peterson committed