]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120388: Improve deprecation warning message, when test returns non-None (#120401)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 12 Jun 2024 14:50:58 +0000 (17:50 +0300)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 14:50:58 +0000 (14:50 +0000)
commitfabcf6bc8f89f008319442dea614d5cbeb959544
treef829bb39a272fe4f63a9c91234fe887ad458d0dc
parent92c9c6ae147e1e658bbc8d454f8c7b2c4dea31d1
gh-120388: Improve deprecation warning message, when test returns non-None (#120401)

Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_unittest/test_async_case.py
Lib/test/test_unittest/test_case.py
Lib/unittest/async_case.py
Lib/unittest/case.py
Misc/NEWS.d/next/Library/2024-06-12-15-07-58.gh-issue-120388.VuTQMT.rst [new file with mode: 0644]