Fix typos

This commit is contained in:
Bruno Oliveira 2018-01-23 19:02:32 -02:00
parent 113bfb6be8
commit b4e8861aa5
2 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@ class LoggingPlugin(object):
yield # run all the tests
def _setup_cli_logging(self):
"""Setups the handler and logger for the Live Logs feature, if enabled.
"""Sets up the handler and logger for the Live Logs feature, if enabled.
This must be done right before starting the loop so we can access the terminal reporter plugin.
"""

View File

@ -6,7 +6,7 @@ Logging
.. versionadded:: 3.3
.. versionchanged:: 3.4
Pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
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::