summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_discovery.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33748: fix tests altering sys.path and sys.modules (GH-7433)Tal Einat2018-06-101-19/+20
* bpo-32746: Fix multiple typos (GH-5144)Leo Arias2018-02-041-2/+2
* bpo-30813: Fix unittest when hunting refleaks (#2502)Victor Stinner2017-06-301-0/+6
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-261-1/+1
* #25320: Handle sockets in directories unittest discovery is scanning.Robert Collins2016-03-151-0/+40
* Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-2/+2
* Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-181-0/+13
|\
| * Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-181-0/+9
* | Close #22457: Honour load_tests in the start_dir of discovery.Robert Collins2014-11-041-0/+45
* | Close #19746: expose unittest discovery errors on TestLoader.errorsRobert Collins2014-10-201-0/+14
* | fix windows tests (#16662)Benjamin Peterson2014-09-301-14/+15
* | - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-14/+240
|/
* #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-071-0/+1
* Issue 17457: extend test discovery to support namespace packagesMichael Foord2013-11-231-2/+78
* 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