cpython/Lib/unittest
Mario Corchero 3e23fa71f4
GH-61215: threadingmock: Remove unused branch for timeout (#106591)
threadingmock: Remove unused branch for `timeout`

This is no longer needed as the mock does not hold a "timeout"
parameter, the timeout is stored in `_mock_wait_timeout`.
2023-07-10 07:35:54 -06:00
..
__init__.py gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836) 2023-05-24 21:16:43 +00:00
__main__.py
_log.py
async_case.py
case.py
loader.py gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836) 2023-05-24 21:16:43 +00:00
main.py gh-105407: Remove unused imports in the stdlib (#105411) 2023-06-06 21:13:24 +00:00
mock.py GH-61215: threadingmock: Remove unused branch for timeout (#106591) 2023-07-10 07:35:54 -06:00
result.py
runner.py
signals.py
suite.py
util.py