changeset: 90067:bf661f72aaab branch: 3.4 parent: 90065:a4672c0f1187 user: Victor Stinner date: Mon Mar 31 17:40:06 2014 +0200 files: Lib/test/test_asyncio/tests.txt description: Issue #20668: Remove tests.txt of test_asyncio It's useless, tests are now discovered automatically. diff -r a4672c0f1187 -r bf661f72aaab Lib/test/test_asyncio/tests.txt --- a/Lib/test/test_asyncio/tests.txt Sun Mar 30 20:34:20 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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