[Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio

victor.stinner python-checkins at python.org
Mon Mar 31 17:42:57 CEST 2014


http://hg.python.org/cpython/rev/a76e459e09be
changeset:   90068:a76e459e09be
parent:      90066:8017e8df6a30
parent:      90067:bf661f72aaab
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Mar 31 17:40:52 2014 +0200
summary:
  (Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio

It's useless, tests are now discovered automatically.

files:
  Lib/test/test_asyncio/tests.txt |  14 --------------
  1 files changed, 0 insertions(+), 14 deletions(-)


diff --git a/Lib/test/test_asyncio/tests.txt b/Lib/test/test_asyncio/tests.txt
deleted file mode 100644
--- a/Lib/test/test_asyncio/tests.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-test_asyncio.test_base_events
-test_asyncio.test_events
-test_asyncio.test_futures
-test_asyncio.test_locks
-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
-test_asyncio.test_windows_events
-test_asyncio.test_windows_utils

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


More information about the Python-checkins mailing list