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

larry.hastings python-checkins at python.org
Mon Mar 17 07:31:49 CET 2014


http://hg.python.org/cpython/rev/b22b83ea719d
changeset:   89717:b22b83ea719d
branch:      3.4
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