Fix link to skipif tutorial in ref docs

This commit is contained in:
Bruno Oliveira 2018-05-17 10:15:47 -03:00 committed by GitHub
parent 5edad01d4e
commit 11fb384efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ Unconditionally skip a test function.
pytest.mark.skipif
~~~~~~~~~~~~~~~~~~
**Tutorial**: :ref:`xfail`.
**Tutorial**: :ref:`skipif`.
Skip a test function if a condition is ``True``.