cpython/Lib/unittest/test
Serhiy Storchaka b0a6ede3d0
bpo-45162: Remove many old deprecated unittest features (GH-28268)
* "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.
2021-09-17 13:33:27 +03:00
..
testmock bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) 2021-09-14 12:20:40 +02:00
__init__.py
__main__.py
_test_warnings.py bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
dummy.py
support.py
test_assertions.py bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
test_async_case.py bpo-41322: Add unit tests for deprecation of test return values (GH-27846) 2021-08-22 21:32:45 +03:00
test_break.py
test_case.py bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
test_discovery.py bpo-40275: Use new test.support helper submodules in tests (GH-21449) 2020-08-03 18:41:24 +02:00
test_functiontestcase.py
test_loader.py bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
test_program.py bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
test_result.py bpo-25894: Always report skipped and failed subtests separately (GH-28082) 2021-09-10 17:55:05 +02:00
test_runner.py bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
test_setups.py
test_skipping.py bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166) 2021-09-05 10:34:14 +03:00
test_suite.py