Mention in docs that log messages of level WARNING or above are captured
This commit is contained in:
parent
2e40a8b3ca
commit
27ae270159
|
@ -6,8 +6,8 @@ Logging
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
.. versionchanged:: 3.4
|
.. versionchanged:: 3.4
|
||||||
|
|
||||||
Log messages are captured by default and for each failed test will be shown in
|
Pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
|
||||||
the same manner as captured stdout and stderr.
|
for each failed test in the same manner as captured stdout and stderr.
|
||||||
|
|
||||||
Running without options::
|
Running without options::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue