Update src/_pytest/outcomes.py
Co-Authored-By: tkf <takafumi.a@gmail.com>
This commit is contained in:
parent
57be1d60dd
commit
95701566f3
|
@ -90,7 +90,7 @@ def skip(msg="", **kwargs):
|
||||||
It is better to use the :ref:`pytest.mark.skipif ref` marker when possible to declare a test to be
|
It is better to use the :ref:`pytest.mark.skipif ref` marker when possible to declare a test to be
|
||||||
skipped under certain conditions like mismatching platforms or
|
skipped under certain conditions like mismatching platforms or
|
||||||
dependencies.
|
dependencies.
|
||||||
Similarly, use ``# doctest: +SKIP`` directive (see `doctest.SKIP
|
Similarly, use the ``# doctest: +SKIP`` directive (see `doctest.SKIP
|
||||||
<https://docs.python.org/3/library/doctest.html#doctest.SKIP>`_)
|
<https://docs.python.org/3/library/doctest.html#doctest.SKIP>`_)
|
||||||
to skip a doctest statically.
|
to skip a doctest statically.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue