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 7bc8cb8 commit 71a7fd0Copy full SHA for 71a7fd0
src/_pytest/logging.py
@@ -356,6 +356,7 @@ def caplog(request):
356
357
Captured logs are available through the following properties/methods::
358
359
+ * caplog.messages -> list of format-interpolated log messages
360
* caplog.text -> string containing formatted log output
361
* caplog.records -> list of logging.LogRecord instances
362
* caplog.record_tuples -> list of (logger_name, level, message) tuples
0 commit comments