summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* 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