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 10aa529 commit ca72d91Copy full SHA for ca72d91
2 files changed
Doc/library/unittest.rst
@@ -1178,8 +1178,7 @@ Test cases
1178
.. versionadded:: 3.4
1179
1180
.. versionchanged:: next
1181
- Now accepts a *formatter* so your assertions can match
1182
- a custom format where you are using one.
+ Now accepts a *formatter* to control how messages are formatted.
1183
1184
.. method:: assertNoLogs(logger=None, level=None)
1185
Doc/whatsnew/3.15.rst
@@ -296,7 +296,7 @@ unittest
296
297
* Lets users specify formatter in TestCase.assertLogs.
298
:func:`unittest.TestCase.assertLogs` will now accept a formatter
299
- argument so your assertions can match a custom format where you are using one.
+ to control how messages are formatted.
300
(Contributed by Garry Cairns in :gh:`134567`.)
301
302
0 commit comments