]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Sep 2021 15:43:23 +0000 (18:43 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Sep 2021 15:43:23 +0000 (17:43 +0200)
commitecb6922ff2d56476a6cfb0941ae55aca5e7fae3d
treea17fe9b865ff2b1d33a44c4e9e3fa387b15a5d58
parent58f8adfda3c2b42f654a55500e8e3a6433cb95f2
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)

It runs now asynchronous methods and callbacks.

If it fails, doCleanups() can be called for cleaning up.
Lib/unittest/async_case.py
Lib/unittest/case.py
Lib/unittest/test/test_async_case.py
Misc/NEWS.d/next/Library/2021-09-18-16-56-33.bpo-45238.Hng_9V.rst [new file with mode: 0644]