]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTestCase...
authorThomas Grainger <tagrain@gmail.com>
Tue, 31 Oct 2023 22:03:54 +0000 (15:03 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 22:03:54 +0000 (15:03 -0700)
commit770530679e89b06f33655b34a8c466ed906842fe
treea275b0cff7d2213548eb067bdeb8217dda50490b
parentf6a02327b5fcdc10df855985ca9d2d9dc2a0a46f
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTestCase (#110776)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Doc/library/unittest.rst
Lib/test/test_unittest/test_async_case.py
Lib/unittest/async_case.py
Misc/NEWS.d/next/Library/2023-10-12-15-16-44.gh-issue-110774.AdCb5A.rst [new file with mode: 0644]