Mention in docs that log messages of level WARNING or above are captured

This commit is contained in:
Bruno Oliveira 2018-01-20 12:08:51 -02:00
parent 2e40a8b3ca
commit 27ae270159
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ Logging
.. versionadded:: 3.3
.. versionchanged:: 3.4
Log messages are captured by default and for each failed test will be shown in
the same manner as captured stdout and stderr.
Pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
for each failed test in the same manner as captured stdout and stderr.
Running without options::