Correct hyperlink and target
This commit is contained in:
parent
8ac5af2896
commit
8c326c5e66
|
@ -70,7 +70,8 @@ For larger test suites it's usually a good idea to have one file
|
||||||
where you define the markers which you then consistently apply
|
where you define the markers which you then consistently apply
|
||||||
throughout your test suite.
|
throughout your test suite.
|
||||||
|
|
||||||
Alternatively, the pre pytest-2.4 way to specify `condition strings <condition strings>`_ instead of booleans will remain fully supported in future
|
Alternatively, the pre pytest-2.4 way to specify :ref:`condition strings
|
||||||
|
<string conditions>` instead of booleans will remain fully supported in future
|
||||||
versions of pytest. It couldn't be easily used for importing markers
|
versions of pytest. It couldn't be easily used for importing markers
|
||||||
between test modules so it's no longer advertised as the primary method.
|
between test modules so it's no longer advertised as the primary method.
|
||||||
|
|
||||||
|
@ -232,7 +233,7 @@ The version will be read from the specified
|
||||||
module's ``__version__`` attribute.
|
module's ``__version__`` attribute.
|
||||||
|
|
||||||
|
|
||||||
.. _`string conditions`:
|
.. _string conditions:
|
||||||
|
|
||||||
specifying conditions as strings versus booleans
|
specifying conditions as strings versus booleans
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue