]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
authorandrei kulakov <andrei.avk@gmail.com>
Sun, 22 Aug 2021 18:32:45 +0000 (14:32 -0400)
committerGitHub <noreply@github.com>
Sun, 22 Aug 2021 18:32:45 +0000 (21:32 +0300)
commitb1db308c6114bb18c06656c94c0ffa73ba954977
treec69da403a5693c670028754c8a8d3af69e9e24b6
parent6dd1cdb0cfd6427925863e0ff7ad3fde0d824a8b
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)

Also fix the traceback of warnings.
Doc/library/unittest.rst
Doc/whatsnew/3.11.rst
Lib/unittest/async_case.py
Lib/unittest/case.py
Lib/unittest/test/test_async_case.py
Lib/unittest/test/test_case.py