cpython/Lib/test/test_asyncio
Victor Stinner 5e42354263 Fix ResourceWarning in test_asyncio.test_windows_events:
close the write end of the socket pair
2014-01-11 00:16:50 +01: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
test_events.py asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders. 2014-01-10 13:30:04 -08:00
test_futures.py
test_locks.py
test_proactor_events.py
test_queues.py
test_selector_events.py
test_streams.py
test_tasks.py asyncio: Clean up formatting. 2013-12-19 13:49:32 -08:00
test_transports.py
test_unix_events.py
test_windows_events.py Fix ResourceWarning in test_asyncio.test_windows_events: 2014-01-11 00:16:50 +01:00
test_windows_utils.py
tests.txt