Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence deprecation warning in test_unittest for 'None > 1'. | Terry Jan Reedy | 2013-09-01 | 1 | -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 call | Michael Foord | 2012-09-28 | 1 | -0/+13 |
| | |||||
* | Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵ | Michael Foord | 2010-06-08 | 1 | -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 Foord | 2010-05-07 | 1 | -0/+46 |
| | | | | failfast. | ||||
* | Turn unittest tests into a package | Michael Foord | 2010-03-25 | 1 | -0/+182 |