diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-03-31 15:40:52 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-03-31 15:40:52 (GMT) |
commit | f50d46cbda424ea4e9c1fc6d082a7b91206a3992 (patch) | |
tree | bd2f998a1a9368ddaa86e0954d67ae70dd21a6b7 /Lib | |
parent | a8768336d0f9db8d516c84450249c71dac540e85 (diff) | |
parent | d2403a21e40a884d6dcc9a17bb491ad5447c6dbe (diff) | |
download | cpython-f50d46cbda424ea4e9c1fc6d082a7b91206a3992.zip cpython-f50d46cbda424ea4e9c1fc6d082a7b91206a3992.tar.gz cpython-f50d46cbda424ea4e9c1fc6d082a7b91206a3992.tar.bz2 |
(Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio
It's useless, tests are now discovered automatically.
Diffstat (limited to 'Lib')
-rw-r--r-- | 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 index c69582b..0000000 --- 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 |