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 | 740eedb8268788fb834ec5e1e63b4268e8c9e815 (patch) | |
| tree | 28004904d2979ef73cbcd43ae4d361fe3afb6023 | |
| parent | 65429cf6395aa725021726e4adb21fb76e71caaa (diff) | |
| download | cpython-740eedb8268788fb834ec5e1e63b4268e8c9e815.zip cpython-740eedb8268788fb834ec5e1e63b4268e8c9e815.tar.gz cpython-740eedb8268788fb834ec5e1e63b4268e8c9e815.tar.bz2 | |
Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by
Vajrasky Kok.
| -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 |
