cpython/Lib/test/test_unittest
Mario Corchero 7e96370a94
gh-61215: threadingmock: Improve test suite to avoid race conditions (#106822)
threadingmock: Improve test suite to avoid race conditions

Simplify tests and split them into multiple tests to prevent assertions
from triggering race conditions.
Additionally, we rely on calling the mocks without delay to validate the
functionality of matching calls.
2023-07-17 18:57:40 +00:00
..
testmock gh-61215: threadingmock: Improve test suite to avoid race conditions (#106822) 2023-07-17 18:57:40 +00:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_async_case.py
test_break.py
test_case.py
test_discovery.py
test_functiontestcase.py
test_loader.py gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836) 2023-05-24 21:16:43 +00:00
test_program.py
test_result.py gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
test_runner.py
test_setups.py
test_skipping.py
test_suite.py