Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by

Vajrasky Kok.
This commit is contained in:
Victor Stinner 2014-02-18 00:11:21 +01:00
parent 04e05da1b3
commit 79c3bcf2f7

View file

@ -6,6 +6,7 @@ test_asyncio.test_proactor_events
test_asyncio.test_queues test_asyncio.test_queues
test_asyncio.test_selector_events test_asyncio.test_selector_events
test_asyncio.test_streams test_asyncio.test_streams
test_asyncio.test_subprocess
test_asyncio.test_tasks test_asyncio.test_tasks
test_asyncio.test_transports test_asyncio.test_transports
test_asyncio.test_unix_events test_asyncio.test_unix_events