cpython/Lib/test/test_asyncio
Yury Selivanov 01c521ba7a asyncio: Increase asyncio.Future test coverage; test both implementations.
Also, add 'isfuture' to 'asyncio.futures.__all__', so that it's
exposed as 'asyncio.isfuture'.
2016-10-23 22:34:35 -04:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. 2016-10-05 18:28:09 -04:00
test_events.py Issue #28372: Fix asyncio to support formatting of non-python coroutines 2016-10-05 19:32:49 -04:00
test_futures.py asyncio: Increase asyncio.Future test coverage; test both implementations. 2016-10-23 22:34:35 -04:00
test_locks.py
test_pep492.py
test_proactor_events.py
test_queues.py
test_selector_events.py Issue #28369: Raise an error when transport's FD is used with add_reader 2016-10-05 17:48:59 -04:00
test_sslproto.py
test_streams.py
test_subprocess.py Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. 2016-10-05 16:57:12 -04:00
test_tasks.py Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. 2016-10-21 17:22:17 -04:00
test_transports.py
test_unix_events.py Issue #28399: Remove UNIX socket from FS before binding. 2016-10-09 12:15:08 -04:00
test_windows_events.py
test_windows_utils.py