Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue with nested test suites debug method and module setups. (unittest) | Michael Foord | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵ | Michael Foord | 2010-06-08 | 1 | -2/+26 |
| | | | | class and module teardowns are not run by unittest.TestSuite.debug(). | ||||
* | Tests for issue 8302, skipped test in a setUpClass or a setUpModule are ↵ | Michael Foord | 2010-06-05 | 1 | -2/+2 |
| | | | | reported as skips rather than errors. | ||||
* | Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported ↵ | Michael Foord | 2010-06-05 | 1 | -21/+23 |
| | | | | as a skip rather than an error. | ||||
* | unittest: issue 8301. Adding functions to test suites no longer crashes. | Michael Foord | 2010-05-08 | 1 | -1/+6 |
| | |||||
* | Issue 7815. __unittest in module globals trims frames from reported ↵ | Michael Foord | 2010-03-22 | 1 | -0/+2 |
| | | | | stacktraces in unittest. | ||||
* | Addition of setUpClass and setUpModule shared fixtures to unittest. | Michael Foord | 2010-03-07 | 1 | -8/+191 |
| | |||||
* | Change error report when the object passed to suite.addTest is not | R. David Murray | 2010-01-28 | 1 | -1/+1 |
| | | | | callable to include the repr of the invalid object. | ||||
* | Test discovery in unittest will only attempt to import modules that are ↵ | Michael Foord | 2009-09-13 | 1 | -1/+2 |
| | | | | importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. | ||||
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -0/+71 |