cpython/Lib/test/test_asyncio
Miss Islington (bot) 95948169d7
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)
To keep checks even if run tests with optimized Python.

Either use special assertion methods like assertEqual() or
raise an AssertionError explicitly.
(cherry picked from commit 6ca78affc8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-12-20 14:50:45 +02:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) 2021-08-26 06:41:29 -07:00
test_asyncio_waitfor.py
test_base_events.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_buffered_proto.py
test_context.py
test_events.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_futures.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_futures2.py
test_locks.py [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202) 2021-12-19 17:17:40 +02:00
test_pep492.py
test_proactor_events.py
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py
test_sendfile.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_server.py
test_sock_lowlevel.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_sslproto.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_streams.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_subprocess.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_tasks.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_threads.py
test_transports.py
test_unix_events.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00
test_windows_events.py
test_windows_utils.py bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) 2021-06-21 17:22:02 -07:00
utils.py bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 2021-12-20 14:50:45 +02:00