summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/test_setups.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-3/+4
* Issue #19013: add unittest.main() epilogs to unittest's own test modulesAntoine Pitrou2013-09-131-0/+1
* Issue #11798: TestSuite now drops references to own tests after execution.Andrew Svetlov2013-08-281-4/+2
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-1/+1
* Merged revisions 81878 via svnmerge fromMichael Foord2010-06-101-1/+3
* Merged revisions 81853 via svnmerge fromMichael Foord2010-06-101-0/+62
* Merged revisions 81764 via svnmerge fromMichael Foord2010-06-051-2/+45
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+400