]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)
authorKit Choi <kitchoi@users.noreply.github.com>
Wed, 1 Jul 2020 21:08:38 +0000 (22:08 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2020 21:08:38 +0000 (22:08 +0100)
commit6b34d7b51e33fcb21b8827d927474ce9ed1f605c
tree3c99cf049311bfa2296d47d69fa998b08da26aab
parent5d5c84ef78b19211671c2bfa68fe073485135eed
bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
Doc/library/unittest.rst
Lib/unittest/_log.py
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS.d/next/Library/2020-04-23-18-21-19.bpo-39385.MIAyS7.rst [new file with mode: 0644]