summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 29274: Merge doc fixes from 3.5Martin Panter2017-01-181-4/+4
|\
| * Issue #29274: tests cases ? test casesMartin Panter2017-01-181-4/+4
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-4/+4
|/
* Issue #27063: Some unittest loader tests were silently skipped.Serhiy Storchaka2016-05-201-26/+28
* Close #22457: Honour load_tests in the start_dir of discovery.Robert Collins2014-11-051-1/+1
* Close #7559: ImportError when loading a test now shown as ImportError.Robert Collins2014-10-301-101/+150
* Close #19746: expose unittest discovery errors on TestLoader.errorsRobert Collins2014-10-201-0/+14
* A few tweaks for issue16662 based on feedback from Robert Collins.Barry Warsaw2014-09-081-36/+41
* - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-3/+150
* Issue8297: module attribute lookup failures now include module name in error ...Ethan Furman2014-04-241-5/+5
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-0/+4
|\
| * Issue #19013: add unittest.main() epilogs to unittest's own test modulesAntoine Pitrou2013-09-131-0/+4
* | Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-1/+1
|/
* #18741: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
* #14971: Use class method name, not function.__name__, during unittest discovery.R David Murray2013-04-111-0/+16
* Issue #3080: Use repr() to format the module name on errorVictor Stinner2011-03-141-2/+2
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-14/+6
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+1300