aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_unittest/testmock/testthreadingmock.py
Commit message (Expand)AuthorAge
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-24
* gh-61215: threadingmock: Improve test suite to avoid race conditions (#106822)Mario Corchero2023-07-17
* Remove unused branches from mock module (#106617)Chris Withers2023-07-11
* gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` (GH...Mario Corchero2023-07-06
* gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)Mario Corchero2023-07-04
* gh-61215: New mock to wait for multi-threaded events to happen (#16094)Mario Corchero2023-07-03