summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_discovery.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-1/+23
|\
| * Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-1/+23
* | Issue #17974: Switch unittest from using getopt to using argparse.Serhiy Storchaka2013-08-291-29/+26
* | Closes issue 16709. unittest test discovery sorts test files for consistent t...Michael Foord2013-03-191-2/+5
* | #16935: unittest now counts the module as skipped if it raises SkipTest, inst...Ezio Melotti2013-03-011-4/+23
|/
* Correction to issue 17052 fixMichael Foord2013-02-111-1/+1
* Issue 17502: unittest discovery should use self.testLoaderMichael Foord2013-02-111-0/+14
* Fix minor issue in implementation of issue 10470.Michael Foord2010-12-191-0/+13
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-1/+1
* Improve test for 'python -m unittest' launching test discoveryMichael Foord2010-11-221-5/+4
* Issue 10470: 'python -m unittest' launches test discovery by default.(If you...Michael Foord2010-11-211-13/+38
* Merged revisions 80974 via svnmerge fromMichael Foord2010-05-081-0/+17
* Merged revisions 80946 via svnmerge fromMichael Foord2010-05-071-2/+44
* Merged revisions 80939 via svnmerge fromBenjamin Peterson2010-05-071-39/+0
* Merged revisions 80932 via svnmerge fromMichael Foord2010-05-071-0/+39
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-2/+9
* Merged revisions 79437 via svnmerge fromMichael Foord2010-03-271-1/+8
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+285