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 57be1d6 commit 9570156Copy full SHA for 9570156
src/_pytest/outcomes.py
@@ -90,7 +90,7 @@ def skip(msg="", **kwargs):
90
It is better to use the :ref:`pytest.mark.skipif ref` marker when possible to declare a test to be
91
skipped under certain conditions like mismatching platforms or
92
dependencies.
93
- Similarly, use ``# doctest: +SKIP`` directive (see `doctest.SKIP
+ Similarly, use the ``# doctest: +SKIP`` directive (see `doctest.SKIP
94
<https://docs.python.org/3/library/doctest.html#doctest.SKIP>`_)
95
to skip a doctest statically.
96
"""
0 commit comments