]> granicus.if.org Git - python/commit
bpo-33562: Check the global asyncio event loop policy isn't set after any tests ...
authorBrett Cannon <brettcannon@users.noreply.github.com>
Sat, 2 Jun 2018 03:34:09 +0000 (20:34 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Jun 2018 03:34:09 +0000 (20:34 -0700)
commit8425de4147eb8d83befbb8ea77516fc764bb4309
treee07959e28d2c69c12aabd580ecb35e7a968783d3
parentde6516264e793be991f692fdd892707afb9104a7
bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)
26 files changed:
Lib/test/libregrtest/save_env.py
Lib/test/support/__init__.py
Lib/test/test_asyncgen.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_buffered_proto.py
Lib/test/test_asyncio/test_context.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_server.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_asyncio/test_windows_events.py
Lib/test/test_asyncio/test_windows_utils.py
Lib/test/test_contextlib_async.py
Lib/test/test_coroutines.py
Lib/test/test_pdb.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Tests/2018-06-01-14-25-31.bpo-33562.GutEHf.rst [new file with mode: 0644]