cpython/Lib/test/test_asyncio
Andrew Svetlov 45a24b85f3
Pass _asyncio_internal=True into stream tests on windows (#13442)
2019-05-20 17:38:57 +03:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) 2019-05-17 01:28:39 -07:00
test_buffered_proto.py
test_context.py
test_events.py bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) 2019-05-16 07:52:10 -07:00
test_futures.py
test_locks.py bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) 2019-05-16 07:52:10 -07:00
test_pep492.py bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) 2019-05-16 07:52:10 -07:00
test_proactor_events.py
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) 2019-05-07 10:18:49 -07:00
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_sslproto.py bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) 2019-05-15 15:38:55 -07:00
test_streams.py bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) 2019-05-16 07:52:10 -07:00
test_subprocess.py bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) 2019-05-20 05:02:16 -07:00
test_tasks.py bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) 2019-05-16 07:52:10 -07:00
test_transports.py
test_unix_events.py
test_windows_events.py Pass _asyncio_internal=True into stream tests on windows (#13442) 2019-05-20 17:38:57 +03:00
test_windows_utils.py
utils.py