[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
953fdabaf0
commit
51f645e567
|
@ -958,7 +958,9 @@ class TerminalReporter:
|
|||
message = message.rstrip()
|
||||
self._tw.line(message)
|
||||
self._tw.line()
|
||||
self._tw.line("-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html")
|
||||
self._tw.line(
|
||||
"-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html"
|
||||
)
|
||||
|
||||
def summary_passes(self) -> None:
|
||||
if self.config.option.tbstyle != "no":
|
||||
|
|
Loading…
Reference in New Issue