Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and RonnyPfannschmidt committed Oct 1, 2021
1 parent 977ea9c commit 7fa186e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/_pytest/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,9 @@ def collapsed_location_report(reports: List[WarningReport]) -> str:
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":
Expand Down

0 comments on commit 7fa186e

Please sign in to comment.