cpython/Lib/test/test_asyncio
Victor Stinner a0aa88ce89 test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot
looks to be slow
2014-02-01 04:11:16 +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 Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows 2014-02-01 02:18:52 +01:00
test_events.py Issue #20452: test_asyncio checks also the granularity 2014-02-01 02:17:54 +01:00
test_futures.py asyncio: Future.set_exception(exc) should instantiate exc if it is a class. 2014-01-30 16:01:54 -08:00
test_locks.py asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked. 2014-01-25 16:51:57 -08:00
test_proactor_events.py Issue #20455: Add a resolution attribute to IocpProactor (1 ms) 2014-01-31 16:26:38 +01:00
test_queues.py asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from queue.py. 2014-01-25 17:24:51 -08:00
test_selector_events.py asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor 2014-01-25 22:22:18 +01:00
test_streams.py asyncio: Fix misc whitespace issues. 2014-01-30 16:05:28 -08:00
test_tasks.py asyncio: Fix misc whitespace issues. 2014-01-30 16:05:28 -08:00
test_transports.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_unix_events.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_windows_events.py test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot 2014-02-01 04:11:16 +01:00
test_windows_utils.py
tests.txt