cpython/Lib/unittest/test
Christian Clauss 745c9d9dfc
Fix typos in the Lib directory (GH-28775)
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2021-10-06 16:13:48 -07:00
..
testmock Fix typos in the Lib directory (GH-28775) 2021-10-06 16:13:48 -07: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-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) 2021-09-22 17:43:23 +02:00
test_break.py bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799) 2018-06-20 11:29:33 +02:00
test_case.py bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180) 2021-09-19 15:24:38 +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 bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180) 2021-09-19 15:24:38 +03:00
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-30856: Update TestResult early, without buffering in _Outcome (GH-28180) 2021-09-19 15:24:38 +03:00
test_runner.py bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180) 2021-09-19 15:24:38 +03: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