Fix typos
This commit is contained in:
parent
113bfb6be8
commit
b4e8861aa5
|
@ -355,7 +355,7 @@ class LoggingPlugin(object):
|
||||||
yield # run all the tests
|
yield # run all the tests
|
||||||
|
|
||||||
def _setup_cli_logging(self):
|
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.
|
This must be done right before starting the loop so we can access the terminal reporter plugin.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -6,7 +6,7 @@ Logging
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
.. versionchanged:: 3.4
|
.. 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.
|
for each failed test in the same manner as captured stdout and stderr.
|
||||||
|
|
||||||
Running without options::
|
Running without options::
|
||||||
|
|
Loading…
Reference in New Issue