From b8e50669bc725d2127c1a6f13e14d684f6beacbd Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 19 Sep 2020 10:28:41 +0100 Subject: [PATCH] Add missing whatsnew entry for TestCase.assertNoLogs --- Doc/whatsnew/3.10.rst | 7 +++++++ Misc/ACKS | 1 + 2 files changed, 8 insertions(+) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index f6f276a8bfa495..ce888fec1d8c97 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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 --- diff --git a/Misc/ACKS b/Misc/ACKS index d5bdb084a1e1ed..d23797a2f55574 100644 --- 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