We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953fdab commit 51f645eCopy full SHA for 51f645e
src/_pytest/terminal.py
@@ -958,7 +958,9 @@ def collapsed_location_report(reports: List[WarningReport]) -> str:
958
message = message.rstrip()
959
self._tw.line(message)
960
self._tw.line()
961
- self._tw.line("-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html")
+ self._tw.line(
962
+ "-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html"
963
+ )
964
965
def summary_passes(self) -> None:
966
if self.config.option.tbstyle != "no":
0 commit comments