cpython/Lib/test/test_asyncio
Victor Stinner 93668f4459 asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
simplify the synchronization with Trollius
2014-05-20 15:57:08 +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: test_base_events: use mock.Mock instead of unittest.mock.Mock to 2014-05-20 15:57:08 +02:00
test_events.py asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. 2014-04-27 10:44:22 -07: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 asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_selector_events.py asyncio: Fix the second half of issue #21447: race in _write_to_self(). 2014-05-06 14:42:40 -07: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: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. 2014-04-27 10:44:22 -07: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 remove superfluous and useless line 2014-04-16 16:16:37 -04: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 asyncio: Synchronize with Tulip 2014-03-06 00:52:53 +01:00