diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2020-09-19 20:38:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 20:38:11 (GMT) |
commit | c8c70e78762315643fcd132911bad38842a3e8af (patch) | |
tree | 1211927a8756289dcd909db45321c584ad28354a | |
parent | 0c71a66b53f6ea262aa5a60784c8c625ae0bb98c (diff) | |
download | cpython-c8c70e78762315643fcd132911bad38842a3e8af.zip cpython-c8c70e78762315643fcd132911bad38842a3e8af.tar.gz cpython-c8c70e78762315643fcd132911bad38842a3e8af.tar.bz2 |
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
-rw-r--r-- | Doc/whatsnew/3.10.rst | 7 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index f6f276a..ce888fe 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 --- @@ -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 |