]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jan 2025 11:32:39 +0000 (13:32 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 11:32:39 +0000 (17:02 +0530)
commitc6b570e5e3b214d2038645c5fa7806e0fb3f7dcd
tree564976c5a0694d46a1d0f8a5f23bbf07b3741ea9
parent6f167d71347de6717d9f6b64026e21f23d41ef0b
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_protocols.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_windows_utils.py