]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Fix some test interactions
authorBen Darnell <ben@bendarnell.com>
Fri, 31 Dec 2021 02:34:11 +0000 (21:34 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 17 Jan 2022 00:21:31 +0000 (19:21 -0500)
commit5083089eff7285d68a5eb23ed75b1fd10eee7865
tree257452f5b25c8de2f3a9a7b7b92318585350b4a5
parent69a398b0adb1ad1b1ebc0ad2cf765d7913f5e1d2
test: Fix some test interactions

These tests work in isolation but cause failures in the full suite
due to the leftover state of the asyncio event loop. Add cleanup to one
test and make another more tolerant of leftover state.
tornado/test/asyncio_test.py
tornado/test/ioloop_test.py
tornado/test/testing_test.py