summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_runner.py
Commit message (Collapse)AuthorAgeFilesLines
* #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-071-1/+2
|
* Silence deprecation warning in test_unittest for 'None > 1'.Terry Jan Reedy2013-09-011-1/+1
| | | | This is the same change that was made in 3.x when this became an error.
* Pass on parameters in unittest.TextTestResult.__init__ super callMichael Foord2012-09-281-0/+13
|
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵Michael Foord2010-06-081-0/+25
| | | | class and module teardowns are not run by unittest.TestSuite.debug().
* Adding tests for unittest command line handling of buffer, catchbreak and ↵Michael Foord2010-05-071-0/+46
| | | | failfast.
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+182