Skip to content

Commit c8c70e7

Browse files
authored
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
1 parent 0c71a66 commit c8c70e7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ Add :data:`sys.orig_argv` attribute: the list of the original command line
145145
arguments passed to the Python executable.
146146
(Contributed by Victor Stinner in :issue:`23427`.)
147147

148+
unittest
149+
--------
150+
151+
Add new method :meth:`~unittest.TestCase.assertNoLogs` to complement the
152+
existing :meth:`~unittest.TestCase.assertLogs`. (Contributed by Kit Yan Choi
153+
in :issue:`39385`.)
154+
148155
xml
149156
---
150157

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ Albert Chin-A-Young
306306
Adal Chiriliuc
307307
Matt Chisholm
308308
Lita Cho
309+
Kit Yan Choi
309310
Sayan Chowdhury
310311
Yuan-Chao Chou
311312
Anders Chrigström

0 commit comments

Comments
 (0)