cpython/Lib/test/test_asyncio
Andrew Svetlov c6789d6c85 bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754)
https://bugs.python.org/issue35621
2019-06-02 15:45:54 -07:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py bpo-35934: Add socket.create_server() utility function (GH-11784) 2019-04-09 00:34:02 +02:00
test_base_events.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test_buffered_proto.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test_context.py
test_events.py bpo-29883: Asyncio proactor udp (GH-13440) 2019-05-28 02:52:15 -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-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test_proactor_events.py bpo-29883: Asyncio proactor udp (GH-13440) 2019-05-28 02:52:15 -07:00
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are completed (GH-13661) 2019-05-30 03:00:29 -07:00
test_sendfile.py
test_server.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test_sock_lowlevel.py
test_sslproto.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test_streams.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test_subprocess.py bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630) 2019-06-02 13:56:38 +03:00
test_tasks.py bpo-36999: Add asyncio.Task.get_coro() (GH-13680) 2019-05-30 08:30:09 -07:00
test_transports.py
test_unix_events.py bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754) 2019-06-02 15:45:54 -07:00
test_windows_events.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test_windows_utils.py
utils.py