Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 7815. __unittest in module globals trims frames from reported stacktrac... | Michael Foord | 2010-03-22 | 1 | -0/+2 |
* | Change order of arguments in a unittest function. | Michael Foord | 2010-03-21 | 1 | -4/+4 |
* | A faulty load_tests in a test module no longer halts test discovery. A placeh... | Michael Foord | 2010-03-21 | 1 | -7/+21 |
* | unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. | Michael Foord | 2010-02-06 | 1 | -1/+2 |
* | Test discovery in unittest will only attempt to import modules that are impor... | Michael Foord | 2009-09-13 | 1 | -15/+44 |
* | unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute.... | Michael Foord | 2009-09-13 | 1 | -2/+2 |
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -0/+234 |