]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Aug 2022 09:05:17 +0000 (12:05 +0300)
committerGitHub <noreply@github.com>
Wed, 17 Aug 2022 09:05:17 +0000 (02:05 -0700)
commit36517101dd80cae93da379e95e98a688c52935b7
tree1cca6769ff57f9b2c9f388b7819b8c81e686e2a8
parentda0aa518bf5e6ac9de444a405c40649cfb0245eb
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)

It should be created before calling the setUp() method, but after
checking for skipping a test.

Automerge-Triggered-By: GH:tiran
Lib/unittest/async_case.py