]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling setup funct...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 16 Aug 2022 15:52:06 +0000 (21:22 +0530)
committerGitHub <noreply@github.com>
Tue, 16 Aug 2022 15:52:06 +0000 (08:52 -0700)
commit9d515997f943b7b510268448f372dabcbf957858
tree8380d58fa0069ec48a38d6d99057db6168a98b12
parent5a8c15819c27c516e5b75b7c9d89eacdb16b77c3
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling setup functions  (#95898)
Lib/test/test_unittest/test_async_case.py
Lib/unittest/async_case.py
Misc/NEWS.d/next/Library/2022-08-11-18-22-29.gh-issue-95736.LzRZXe.rst [new file with mode: 0644]