@@ -57,7 +57,7 @@ a comma-separated list of group names.
5757 :type: text
5858
5959 Skip the directive if the python expression *condition* is True.
60- See :ref:`skipping tests conditionally <skipif>`.
60+ See :ref:`skipping tests conditionally <doctest- skipif>`.
6161
6262
6363 .. rst :directive :: .. testcleanup:: [group]
@@ -73,7 +73,7 @@ a comma-separated list of group names.
7373 :type: text
7474
7575 Skip the directive if the python expression *condition* is True.
76- See :ref:`skipping tests conditionally <skipif>`.
76+ See :ref:`skipping tests conditionally <doctest- skipif>`.
7777
7878
7979 .. rst :directive :: .. doctest:: [group]
@@ -151,7 +151,7 @@ a comma-separated list of group names.
151151 :type: text
152152
153153 Skip the directive if the python expression *condition* is True.
154- See :ref:`skipping tests conditionally <skipif>`.
154+ See :ref:`skipping tests conditionally <doctest- skipif>`.
155155
156156 .. rst :directive :: .. testcode:: [group]
157157
@@ -175,7 +175,7 @@ a comma-separated list of group names.
175175 :type: text
176176
177177 Skip the directive if the python expression *condition* is True.
178- See :ref:`skipping tests conditionally <skipif>`.
178+ See :ref:`skipping tests conditionally <doctest- skipif>`.
179179
180180 .. note ::
181181
@@ -223,7 +223,7 @@ a comma-separated list of group names.
223223 :type: text
224224
225225 Skip the directive if the python expression *condition* is True.
226- See :ref:`skipping tests conditionally <skipif>`.
226+ See :ref:`skipping tests conditionally <doctest- skipif>`.
227227
228228 Example::
229229
@@ -270,7 +270,7 @@ The following is an example for the usage of the directives. The test via
270270 This parrot wouldn't voom if you put 3000 volts through it!
271271
272272
273- .. _ skipif :
273+ .. _ doctest-skipif :
274274
275275Skipping tests conditionally
276276----------------------------
0 commit comments