diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-02-17 23:11:21 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-02-17 23:11:21 (GMT) |
commit | 79c3bcf2f7bdb88bbe1edbee313c4b6d31887ec2 (patch) | |
tree | 404b06629cbc08ffef55396aabb506fde2d79170 /Lib/test | |
parent | 04e05da1b3ae3b3f1f7c2535860e156697c5b696 (diff) | |
download | cpython-79c3bcf2f7bdb88bbe1edbee313c4b6d31887ec2.zip cpython-79c3bcf2f7bdb88bbe1edbee313c4b6d31887ec2.tar.gz cpython-79c3bcf2f7bdb88bbe1edbee313c4b6d31887ec2.tar.bz2 |
Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by
Vajrasky Kok.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_asyncio/tests.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_asyncio/tests.txt b/Lib/test/test_asyncio/tests.txt index 30609cd..c69582b 100644 --- a/Lib/test/test_asyncio/tests.txt +++ b/Lib/test/test_asyncio/tests.txt @@ -6,6 +6,7 @@ test_asyncio.test_proactor_events test_asyncio.test_queues test_asyncio.test_selector_events test_asyncio.test_streams +test_asyncio.test_subprocess test_asyncio.test_tasks test_asyncio.test_transports test_asyncio.test_unix_events |