summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_setups.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with nested test suites debug method and module setups. (unittest)Michael Foord2010-06-101-1/+3
|
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵Michael Foord2010-06-081-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 Foord2010-06-051-2/+41
| | | | reported as skips rather than errors.
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+405