Skip to content

Commit

Permalink
multihost: fix link in pytest_report_teststatus docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Sep 10, 2024
1 parent b191d8a commit 96785a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest_mh/_private/multihost.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,8 @@ def pytest_report_teststatus(
self, report: pytest.CollectReport | pytest.TestReport, config: pytest.Config
) -> tuple[str, str, str | tuple[str, dict[str, bool]]] | None:
"""
See :func:`pytest.hookspec.pytest_report_teststatus` for more information.
See pytest built-in hook
:func:`~_pytest.hookspec.pytest_report_teststatus` for more information.
.. warning::
Expand Down

0 comments on commit 96785a4

Please sign in to comment.