cpython/Lib/test/test_unittest/testmock
Kumar Aditya 5892853fb7
gh-127949: deprecate asyncio.set_event_loop_policy (#128024)
First step towards deprecating the asyncio policy system.
This deprecates `asyncio.set_event_loop_policy` and will be removed in Python 3.16.
2024-12-18 11:35:29 +05:30
..
__init__.py
__main__.py
support.py
testasync.py gh-127949: deprecate asyncio.set_event_loop_policy (#128024) 2024-12-18 11:35:29 +05:30
testcallable.py
testhelpers.py gh-124176: Add special support for dataclasses to create_autospec (#124429) 2024-09-27 09:48:31 +03:00
testmagicmethods.py
testmock.py
testpatch.py gh-104745: Limit starting a patcher more than once without stopping it (#126649) 2024-11-13 08:20:38 +00:00
testsealable.py
testsentinel.py
testthreadingmock.py
testwith.py