]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)
authorVictor Stinner <vstinner@redhat.com>
Mon, 7 Jan 2019 22:55:57 +0000 (23:55 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Jan 2019 22:55:57 +0000 (23:55 +0100)
commitdf8e1fb4e388e18430a9be8c6ceeb03c330f166c
treec2b694770e287e993702cc69731ae10fcc60f768
parent2d53bed79c1953390f85b191c72855e457e09305
bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)

test_asyncio/test_sendfile.py now resets the event loop policy using
tearDownModule() as done in other tests, to prevent a warning when
running tests on Windows.
Lib/test/test_asyncio/test_sendfile.py
Misc/NEWS.d/next/Tests/2019-01-07-23-34-41.bpo-32710.Hzo1b8.rst [new file with mode: 0644]