Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)

This commit is contained in:
Mark Dickinson 2020-09-19 21:38:11 +01:00 committed by GitHub
parent 0c71a66b53
commit c8c70e7876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View 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
---

View File

@ -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