summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_discovery.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue 7780. Adding a test for unittest test discovery from a dotted path.Michael Foord2010-05-081-0/+17
|
* Issue 8547 - detecting and reporting that modules have been imported from ↵Michael Foord2010-05-071-2/+44
| | | | the wrong location under test discovery.
* revert r80932; it breaks windowsBenjamin Peterson2010-05-071-39/+0
|
* Issue 8547 - detecting and reporting that modules have been imported from ↵Michael Foord2010-05-071-0/+39
| | | | the wrong location under test discovery.
* Support dotted module names for test discovery paths in unittest. Issue 7780.Michael Foord2010-04-031-2/+9
|
* Addition of -c command line option to unittest, to handle ctrl-c during a ↵Michael Foord2010-03-261-1/+4
| | | | test run more elegantly
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+293