cpython/Lib/test/test_asyncio
Victor Stinner d6f02fc649 asyncio: Refactor test__run_once_logging() to not rely on the exact number of
calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
2014-06-18 01:22:15 +02:00
..
__init__.py asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 2014-03-27 12:21:20 -04:00
__main__.py
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py asyncio: Refactor test__run_once_logging() to not rely on the exact number of 2014-06-18 01:22:15 +02:00
test_events.py asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) 2014-06-12 18:39:26 +02:00
test_futures.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_locks.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_proactor_events.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_queues.py Issue #21723: asyncio.Queue: support any type of number (ex: float) for the 2014-06-17 23:36:21 +02:00
test_selector_events.py Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop 2014-06-10 10:23:10 +02:00
test_streams.py Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa. 2014-05-13 09:19:39 -07:00
test_subprocess.py asyncio: pep8-ify the code. 2014-02-18 22:56:15 -05:00
test_tasks.py asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on 2014-06-18 01:14:59 +02:00
test_transports.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_unix_events.py Issue #21119: asyncio now closes sockets on errors 2014-06-04 00:11:52 +02:00
test_windows_events.py asyncio: Fix pyflakes warnings: remove unused variables and imports 2014-02-26 11:07:42 +01:00
test_windows_utils.py Fix asyncio tests on Windows: wait for the subprocess exit 2014-06-04 00:42:04 +02:00