cpython/Lib/unittest/test
Gregory P. Smith b50322d203
bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)
Revert "bpo-45162: Remove many old deprecated unittest features (GH-28268)"

This reverts commit b0a6ede3d0.

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.
2022-01-26 20:39:15 -08:00
..
testmock bpo-41403: Improve error message for invalid mock target (GH-30833) 2022-01-23 18:42:41 +00:00
__init__.py
__main__.py
_test_warnings.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
dummy.py
support.py
test_assertions.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
test_async_case.py bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) 2021-09-22 17:43:23 +02:00
test_break.py
test_case.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
test_discovery.py bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745) 2022-01-10 10:38:33 +09:00
test_functiontestcase.py bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180) 2021-09-19 15:24:38 +03:00
test_loader.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
test_program.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
test_result.py bpo-13236: Flush the output stream more often in unittest (GH-29864) 2021-12-04 20:57:20 +02:00
test_runner.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
test_setups.py
test_skipping.py bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180) 2021-09-19 15:24:38 +03:00
test_suite.py