summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-221-0/+2
* Change order of arguments in a unittest function.Michael Foord2010-03-211-4/+4
* A faulty load_tests in a test module no longer halts test discovery. A placeh...Michael Foord2010-03-211-7/+21
* unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.Michael Foord2010-02-061-1/+2
* Test discovery in unittest will only attempt to import modules that are impor...Michael Foord2009-09-131-15/+44
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....Michael Foord2009-09-131-2/+2
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+234