COMMITS
/ Lib/unittest/loader.py October 23, 2024
J
April 3, 2024
Z
gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)
Zackery Spytz committed
September 12, 2023
N
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
Nikita Sobolev committed
May 24, 2023
H
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836)
Hugo van Kemenade committed
March 6, 2023
J
Remove unused import of `warnings` from `unittest.loader` (#102479)
JosephSBoyle committed
December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
June 26, 2022
S
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH-92556)
Serhiy Storchaka committed
January 27, 2022
G
bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)
Gregory P. Smith committed
January 10, 2022
I
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
Inada Naoki committed
September 17, 2021
S
bpo-45162: Remove many old deprecated unittest features (GH-28268)
Serhiy Storchaka committed
S
bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382)
Serhiy Storchaka committed
January 23, 2019
J
bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600)
Jason Fried committed
November 28, 2017
J
bpo-32071: Fix regression and add What's New entry (#4589)
Jonas Haag committed
November 25, 2017
J
bpo-32071: Add unittest -k option (#4496)
Jonas Haag committed
January 18, 2017
M
Issue #29274: tests cases → test cases
Martin Panter committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
March 15, 2016
R
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 18, 2015
A
November 4, 2014
R
Fix regression in issue 22457 fix.
Robert Collins committed
R
Close #22457: Honour load_tests in the start_dir of discovery.
Robert Collins committed
October 29, 2014
R
Close #7559: ImportError when loading a test now shown as ImportError.
Robert Collins committed
October 20, 2014
R
Close #19746: expose unittest discovery errors on TestLoader.errors
Robert Collins committed
September 8, 2014
B
A few tweaks for issue16662 based on feedback from Robert Collins.
Barry Warsaw committed
B
- Issue #16662: load_tests() is now unconditionally run when it is present in
Barry Warsaw committed
November 23, 2013
M
Issue 17457: extend test discovery to support namespace packages
Michael Foord committed
October 23, 2013
A
April 11, 2013
R
Merge #14971: Use class method name, not function.__name__, during unittest discovery.
R David Murray committed
R
#14971: Use class method name, not function.__name__, during unittest discovery.
R David Murray committed
March 19, 2013
M
Closes issue 16709. unittest test discovery sorts test files for consistent test ordering
Michael Foord committed
March 1, 2013
October 6, 2012
A
Issue #16120: Use |yield from| in stdlib.
Andrew Svetlov committed
March 13, 2012
M
Fix unittest test discovery for Jython
Michael Foord committed
November 24, 2011
S
testFnNames is assigned twice.
Senthil Kumaran committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
November 20, 2010
M
Improve unittest.TestLoader.discover docstring
Michael Foord committed
June 5, 2010
M
Merged revisions 81724 via svnmerge from
Michael Foord committed
May 7, 2010
M
Merged revisions 80946 via svnmerge from
Michael Foord committed
B
Merged revisions 80939 via svnmerge from
Benjamin Peterson committed
M
Merged revisions 80932 via svnmerge from
Michael Foord committed
April 11, 2010
April 5, 2010
R
Forward port total_ordering() and cmp_to_key().
Raymond Hettinger committed
March 22, 2010
B
Merged revisions 79268 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 79263 via svnmerge from
Benjamin Peterson committed
March 21, 2010
February 6, 2010
M
Merged revisions 78010 via svnmerge from
Michael Foord committed
October 4, 2009
July 19, 2009
B
Merged revisions 74095 via svnmerge from
Benjamin Peterson committed