We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c71a66 commit c8c70e7Copy full SHA for c8c70e7
Doc/whatsnew/3.10.rst
@@ -145,6 +145,13 @@ Add :data:`sys.orig_argv` attribute: the list of the original command line
145
arguments passed to the Python executable.
146
(Contributed by Victor Stinner in :issue:`23427`.)
147
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
155
xml
156
---
157
Misc/ACKS
@@ -306,6 +306,7 @@ Albert Chin-A-Young
306
Adal Chiriliuc
307
Matt Chisholm
308
Lita Cho
309
+Kit Yan Choi
310
Sayan Chowdhury
311
Yuan-Chao Chou
312
Anders Chrigström
0 commit comments