Skip to content

Commit

Permalink
doctest-skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Nov 13, 2024
1 parent 5db1ebc commit bf72d3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/usage/extensions/doctest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ a comma-separated list of group names.
:type: text
Skip the directive if the python expression *condition* is True.
See :ref:`skipping tests conditionally <skipif>`.
See :ref:`skipping tests conditionally <doctest-skipif>`.
.. rst:directive:: .. testcleanup:: [group]
Expand All @@ -73,7 +73,7 @@ a comma-separated list of group names.
:type: text
Skip the directive if the python expression *condition* is True.
See :ref:`skipping tests conditionally <skipif>`.
See :ref:`skipping tests conditionally <doctest-skipif>`.
.. rst:directive:: .. doctest:: [group]
Expand Down Expand Up @@ -151,7 +151,7 @@ a comma-separated list of group names.
:type: text
Skip the directive if the python expression *condition* is True.
See :ref:`skipping tests conditionally <skipif>`.
See :ref:`skipping tests conditionally <doctest-skipif>`.
.. rst:directive:: .. testcode:: [group]
Expand All @@ -175,7 +175,7 @@ a comma-separated list of group names.
:type: text
Skip the directive if the python expression *condition* is True.
See :ref:`skipping tests conditionally <skipif>`.
See :ref:`skipping tests conditionally <doctest-skipif>`.
.. note::

Expand Down Expand Up @@ -223,7 +223,7 @@ a comma-separated list of group names.
:type: text
Skip the directive if the python expression *condition* is True.
See :ref:`skipping tests conditionally <skipif>`.
See :ref:`skipping tests conditionally <doctest-skipif>`.
Example::

Expand Down Expand Up @@ -270,7 +270,7 @@ The following is an example for the usage of the directives. The test via
This parrot wouldn't voom if you put 3000 volts through it!


.. _skipif:
.. _doctest-skipif:

Skipping tests conditionally
----------------------------
Expand Down

0 comments on commit bf72d3e

Please sign in to comment.