Update src/_pytest/outcomes.py

Co-Authored-By: tkf <takafumi.a@gmail.com>
This commit is contained in:
Daniel Hahler
2019-03-15 12:21:48 +09:00
committed by GitHub
parent 57be1d60dd
commit 95701566f3

View File

@@ -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
skipped under certain conditions like mismatching platforms or
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>`_)
to skip a doctest statically.
"""