summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_setups.py
Commit message (Expand)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
* Tests for issue 8302, skipped test in a setUpClass or a setUpModule are repor...Michael Foord2010-06-051-2/+41
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+405