mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
This commit is contained in:
parent
0c71a66b53
commit
c8c70e7876
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue