| Commit message (Expand) | Author | Age |
* | gh-80958: unittest: discovery support for namespace packages as start directo... | Jacob Walls | 2024-10-23 |
* | gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242) | Zackery Spytz | 2024-04-03 |
* | gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497) | Nikita Sobolev | 2023-09-12 |
* | gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest... | Hugo van Kemenade | 2023-05-24 |
* | Remove unused import of `warnings` from `unittest.loader` (#102479) | JosephSBoyle | 2023-03-06 |
* | gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484) | Nikita Sobolev | 2022-12-23 |
* | Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH... | Serhiy Storchaka | 2022-06-26 |
* | bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) | Gregory P. Smith | 2022-01-26 |
* | bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745) | Inada Naoki | 2022-01-10 |
* | bpo-45162: Remove many old deprecated unittest features (GH-28268) | Serhiy Storchaka | 2021-09-17 |
* | bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH... | Serhiy Storchaka | 2021-09-17 |
* | bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) | Jason Fried | 2019-01-23 |
* | bpo-32071: Fix regression and add What's New entry (#4589) | Jonas Haag | 2017-11-28 |
* | bpo-32071: Add unittest -k option (#4496) | Jonas Haag | 2017-11-25 |
* | Issue #29274: tests cases → test cases | Martin Panter | 2017-01-18 |
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 |
* | #25320: Handle sockets in directories unittest discovery is scanning. | Robert Collins | 2016-03-15 |
* | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 |
* | Issue #22903: The fake test case created by unittest.loader when it fails imp... | Antoine Pitrou | 2015-03-19 |
|\ |
|
| * | Issue #22903: The fake test case created by unittest.loader when it fails imp... | Antoine Pitrou | 2015-03-18 |
* | | Fix regression in issue 22457 fix. | Robert Collins | 2014-11-05 |
* | | Close #22457: Honour load_tests in the start_dir of discovery. | Robert Collins | 2014-11-05 |
* | | Close #7559: ImportError when loading a test now shown as ImportError. | Robert Collins | 2014-10-30 |
* | | Close #19746: expose unittest discovery errors on TestLoader.errors | Robert Collins | 2014-10-20 |
* | | A few tweaks for issue16662 based on feedback from Robert Collins. | Barry Warsaw | 2014-09-08 |
* | | - Issue #16662: load_tests() is now unconditionally run when it is present in | Barry Warsaw | 2014-09-08 |
|/ |
|
* | Issue 17457: extend test discovery to support namespace packages | Michael Foord | 2013-11-23 |
* | Issue #19352: Fix unittest discovery when a module can be reached through sev... | Antoine Pitrou | 2013-10-23 |
|\ |
|
| * | Issue #19352: Fix unittest discovery when a module can be reached through sev... | Antoine Pitrou | 2013-10-23 |
* | | Merge #14971: Use class method name, not function.__name__, during unittest d... | R David Murray | 2013-04-11 |
|\| |
|
| * | #14971: Use class method name, not function.__name__, during unittest discovery. | R David Murray | 2013-04-11 |
* | | Closes issue 16709. unittest test discovery sorts test files for consistent t... | Michael Foord | 2013-03-18 |
* | | #16935: unittest now counts the module as skipped if it raises SkipTest, inst... | Ezio Melotti | 2013-03-01 |
* | | Issue #16120: Use |yield from| in stdlib. | Andrew Svetlov | 2012-10-06 |
|/ |
|
* | Fix unittest test discovery for Jython | Michael Foord | 2012-03-13 |
* | testFnNames is assigned twice. | Senthil Kumaran | 2011-11-25 |
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 |
* | Improve unittest.TestLoader.discover docstring | Michael Foord | 2010-11-20 |
* | Merged revisions 81724 via svnmerge from | Michael Foord | 2010-06-05 |
* | Merged revisions 80946 via svnmerge from | Michael Foord | 2010-05-07 |
* | Merged revisions 80939 via svnmerge from | Benjamin Peterson | 2010-05-07 |
* | Merged revisions 80932 via svnmerge from | Michael Foord | 2010-05-07 |
* | Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,... | Benjamin Peterson | 2010-04-11 |
* | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 |
* | Merged revisions 79268 via svnmerge from | Benjamin Peterson | 2010-03-22 |
* | Merged revisions 79263 via svnmerge from | Benjamin Peterson | 2010-03-22 |
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 |
* | Merged revisions 78010 via svnmerge from | Michael Foord | 2010-02-06 |
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 |
* | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 |