[Python-checkins] cpython: Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by

victor.stinner python-checkins at python.org
Tue Feb 18 00:12:06 CET 2014


http://hg.python.org/cpython/rev/b3987d758e49
changeset:   89237:b3987d758e49
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Feb 18 00:11:21 2014 +0100
summary:
  Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by
Vajrasky Kok.

files:
  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
--- a/Lib/test/test_asyncio/tests.txt
+++ b/Lib/test/test_asyncio/tests.txt
@@ -6,6 +6,7 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list