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/+3 |
| | |||||
* | Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵ | Michael Foord | 2010-06-08 | 1 | -0/+62 |
| | | | | 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/+41 |
| | | | | reported as skips rather than errors. | ||||
* | Turn unittest tests into a package | Michael Foord | 2010-03-25 | 1 | -0/+405 |