File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ def pytest_runtestloop(self, session):
355355 yield # run all the tests
356356
357357 def _setup_cli_logging (self ):
358- """Setups the handler and logger for the Live Logs feature, if enabled.
358+ """Sets up the handler and logger for the Live Logs feature, if enabled.
359359
360360 This must be done right before starting the loop so we can access the terminal reporter plugin.
361361 """
Original file line number Diff line number Diff line change 66.. versionadded :: 3.3
77.. versionchanged :: 3.4
88
9- Pytest captures log messages of level ``WARNING `` or above automatically and displays them in their own section
9+ pytest captures log messages of level ``WARNING `` or above automatically and displays them in their own section
1010for each failed test in the same manner as captured stdout and stderr.
1111
1212Running without options::
You can’t perform that action at this time.
0 commit comments