]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
authorMark Dickinson <mdickinson@enthought.com>
Sat, 19 Sep 2020 20:38:11 +0000 (21:38 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Sep 2020 20:38:11 +0000 (21:38 +0100)
Doc/whatsnew/3.10.rst
Misc/ACKS

index f6f276a8bfa495518eb6b560943faf810047a01f..ce888fec1d8c9723c9f191ddc9132196d33788cb 100644 (file)
@@ -145,6 +145,13 @@ Add :data:`sys.orig_argv` attribute: the list of the original command line
 arguments passed to the Python executable.
 (Contributed by Victor Stinner in :issue:`23427`.)
 
+unittest
+--------
+
+Add new method :meth:`~unittest.TestCase.assertNoLogs` to complement the
+existing :meth:`~unittest.TestCase.assertLogs`. (Contributed by Kit Yan Choi
+in :issue:`39385`.)
+
 xml
 ---
 
index d5bdb084a1e1edb5bdaf0b69945781e17ed13335..d23797a2f55574a713cb5b2314260ac062c4b498 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -306,6 +306,7 @@ Albert Chin-A-Young
 Adal Chiriliuc
 Matt Chisholm
 Lita Cho
+Kit Yan Choi
 Sayan Chowdhury
 Yuan-Chao Chou
 Anders Chrigström