cpython/Lib/test/test_asyncio
Miss Islington (bot) 970533e65c
[3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 7dc505b865)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-08-26 19:56:50 +02:00
..
__init__.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
__main__.py
echo.py
echo2.py
echo3.py
functional.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
test_asyncio_waitfor.py
test_base_events.py
test_buffered_proto.py
test_context.py
test_events.py bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) 2021-08-21 13:29:18 -07:00
test_futures.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
test_futures2.py
test_locks.py
test_pep492.py
test_proactor_events.py
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_sslproto.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
test_streams.py
test_subprocess.py bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) 2021-06-04 16:59:55 -07:00
test_tasks.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
test_threads.py
test_transports.py
test_unix_events.py
test_windows_events.py
test_windows_utils.py bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) 2021-06-21 17:29:13 -07:00
utils.py