summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_discovery.py
Commit message (Expand)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 the...Michael Foord2010-05-071-2/+44
* revert r80932; it breaks windowsBenjamin Peterson2010-05-071-39/+0
* Issue 8547 - detecting and reporting that modules have been imported from the...Michael Foord2010-05-071-0/+39
* 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 tes...Michael Foord2010-03-261-1/+4
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+293