summaryrefslogtreecommitdiff
path: root/Lib/unittest/loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29274: tests cases ? test casesMartin Panter2017-01-181-4/+4
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* #25320: Handle sockets in directories unittest discovery is scanning.Robert Collins2016-03-151-0/+2
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-2/+2
* Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-191-68/+184
|\
| * Fix regression in issue 22457 fix.Robert Collins2014-11-051-0/+2
| * Close #22457: Honour load_tests in the start_dir of discovery.Robert Collins2014-11-051-57/+105
| * Close #7559: ImportError when loading a test now shown as ImportError.Robert Collins2014-10-301-4/+31
| * Close #19746: expose unittest discovery errors on TestLoader.errorsRobert Collins2014-10-201-9/+24
| * A few tweaks for issue16662 based on feedback from Robert Collins.Barry Warsaw2014-09-081-2/+5
| * - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-16/+37
* | Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-181-9/+20
|/
* Issue 17457: extend test discovery to support namespace packagesMichael Foord2013-11-231-9/+51
* Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-2/+2
|\
| * Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-2/+2
* | Merge #14971: Use class method name, not function.__name__, during unittest d...R David Murray2013-04-111-1/+1
|\ \ | |/
| * #14971: Use class method name, not function.__name__, during unittest discovery.R David Murray2013-04-111-1/+1
* | Closes issue 16709. unittest test discovery sorts test files for consistent t...Michael Foord2013-03-181-1/+4
* | #16935: unittest now counts the module as skipped if it raises SkipTest, inst...Ezio Melotti2013-03-011-0/+10
* | Issue #16120: Use |yield from| in stdlib.Andrew Svetlov2012-10-061-2/+1
|/
* Fix unittest test discovery for JythonMichael Foord2012-03-131-4/+9
* testFnNames is assigned twice.Senthil Kumaran2011-11-251-2/+1
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-2/+2
* Improve unittest.TestLoader.discover docstringMichael Foord2010-11-201-3/+3
* Merged revisions 81724 via svnmerge fromMichael Foord2010-06-051-20/+24
* Merged revisions 80946 via svnmerge fromMichael Foord2010-05-071-1/+14
* Merged revisions 80939 via svnmerge fromBenjamin Peterson2010-05-071-14/+1
* Merged revisions 80932 via svnmerge fromMichael Foord2010-05-071-1/+14
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-4/+35
* Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-1/+2
* Merged revisions 79268 via svnmerge fromBenjamin Peterson2010-03-221-5/+1
* Merged revisions 79263 via svnmerge fromBenjamin Peterson2010-03-221-0/+1
* Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-7/+21
* Merged revisions 78010 via svnmerge fromMichael Foord2010-02-061-1/+2
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-17/+46
* Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-191-0/+231