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 e61e501 commit 49a92fbCopy full SHA for 49a92fb
doc/en/logging.rst
@@ -164,9 +164,7 @@ the records for the ``setup`` and ``call`` stages during teardown like so:
164
x.message for x in caplog.get_records(when) if x.levelno == logging.WARNING
165
]
166
if messages:
167
- pytest.fail(
168
- f"warning messages encountered during testing: {messages}"
169
- )
+ pytest.fail(f"warning messages encountered during testing: {messages}")
170
171
172
0 commit comments