From bf72d3e2a2fd59370ab85aa1c463c3a670fac226 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:17:53 +0000 Subject: [PATCH] doctest-skipif --- doc/usage/extensions/doctest.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/usage/extensions/doctest.rst b/doc/usage/extensions/doctest.rst index c5c27a13a92..3b41b9da812 100644 --- a/doc/usage/extensions/doctest.rst +++ b/doc/usage/extensions/doctest.rst @@ -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 `. + See :ref:`skipping tests conditionally `. .. rst:directive:: .. testcleanup:: [group] @@ -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 `. + See :ref:`skipping tests conditionally `. .. rst:directive:: .. doctest:: [group] @@ -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 `. + See :ref:`skipping tests conditionally `. .. rst:directive:: .. testcode:: [group] @@ -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 `. + See :ref:`skipping tests conditionally `. .. note:: @@ -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 `. + See :ref:`skipping tests conditionally `. Example:: @@ -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 ----------------------------