Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
This commit is contained in:
parent
0c71a66b53
commit
c8c70e7876
|
@ -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
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue