Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) | Gregory P. Smith | 2022-01-27 | 1 | -0/+11 |
| | | | | | | | | | | Revert "bpo-45162: Remove many old deprecated unittest features (GH-28268)" This reverts commit b0a6ede3d0bd6fa4ffe413ab4dfc1059201df25b. We're deferring this change until 3.12 while upstream projects that use the legacy assertion method names are fixed. See the issue for links to the discussion. Many upstream projects now have issues and PRs filed. | ||||
* | bpo-45162: Remove many old deprecated unittest features (GH-28268) | Serhiy Storchaka | 2021-09-17 | 1 | -11/+0 |
| | | | | | | | * "fail*" and "assert*" aliases of TestCase methods. * Broken from start TestCase method assertDictContainsSubset(). * Ignored TestLoader.loadTestsFromModule() parameter use_load_tests. * Old alias _TextTestResult of TextTestResult. | ||||
* | Drop unused import in unittest package. | Florent Xicluna | 2011-11-04 | 1 | -1/+0 |
| | |||||
* | #11282: add back the fail* methods and assertDictContainsSubset. | Ezio Melotti | 2011-04-03 | 1 | -1/+6 |
| | |||||
* | Remove unittest methods scheduled for removal in 3.3 -- makes the unittest ↵ | Georg Brandl | 2011-02-20 | 1 | -6/+1 |
| | | | | test suite pass again. | ||||
* | #10535: Enable silenced warnings in unittest by default | Ezio Melotti | 2010-12-01 | 1 | -0/+74 |