Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #11282: add back the fail* methods and assertDictContainsSubset. | Ezio Melotti | 2011-04-03 | 1 | -3/+7 |
| | |||||
* | Remove unittest methods scheduled for removal in 3.3 -- makes the unittest ↵ | Georg Brandl | 2011-02-20 | 1 | -7/+3 |
| | | | | test suite pass again. | ||||
* | Issue 10786: unittest.TextTestRunner default stream no longer bound at ↵ | Michael Foord | 2010-12-30 | 1 | -0/+17 |
| | | | | import time | ||||
* | Issue 10611. Issue 9857. Improve the way exception handling, including test ↵ | Michael Foord | 2010-12-19 | 1 | -11/+8 |
| | | | | skipping, is done inside TestCase.run | ||||
* | Fix test failure in debug builds and add NEWS entry for r86908 | Ezio Melotti | 2010-12-01 | 1 | -3/+3 |
| | |||||
* | #10535: Enable silenced warnings in unittest by default | Ezio Melotti | 2010-12-01 | 1 | -0/+58 |
| | |||||
* | Merged revisions 81853 via svnmerge from | Michael Foord | 2010-06-10 | 1 | -0/+25 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81853 | michael.foord | 2010-06-08 23:44:52 +0100 (Tue, 08 Jun 2010) | 1 line Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). ........ | ||||
* | Merged revisions 80920 via svnmerge from | Michael Foord | 2010-05-07 | 1 | -0/+46 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80920 | michael.foord | 2010-05-07 17:52:05 +0200 (Fri, 07 May 2010) | 1 line Adding tests for unittest command line handling of buffer, catchbreak and failfast. ........ | ||||
* | Breaking test_unittest.py into a package. Manual merge of revision 79432. | Michael Foord | 2010-03-27 | 1 | -0/+175 |