Skip to content

Commit 5d539af

Browse files
authored
Merge pull request #6998 from alfredodeza/fix-cache-doc
docs: Do not use automatic title in fixture reference
2 parents 20f6331 + 7d75762 commit 5d539af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/en/cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The new config.cache object
194194
195195
Plugins or conftest.py support code can get a cached value using the
196196
pytest ``config`` object. Here is a basic example plugin which
197-
implements a :ref:`fixture` which re-uses previously created state
197+
implements a :ref:`fixture <fixture>` which re-uses previously created state
198198
across pytest invocations:
199199

200200
.. code-block:: python

doc/en/example/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For basic examples, see
1515

1616
- :doc:`../getting-started` for basic introductory examples
1717
- :ref:`assert` for basic assertion examples
18-
- :ref:`fixtures` for basic fixture/setup examples
18+
- :ref:`Fixtures <fixtures>` for basic fixture/setup examples
1919
- :ref:`parametrize` for basic test function parametrization
2020
- :doc:`../unittest` for basic unittest integration
2121
- :doc:`../nose` for basic nosetests integration

doc/en/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ just run your tests even if you return Deferreds. In addition,
3232
there also is a dedicated `pytest-twisted
3333
<https://pypi.org/project/pytest-twisted/>`_ plugin which allows you to
3434
return deferreds from pytest-style tests, allowing the use of
35-
:ref:`fixtures` and other features.
35+
:ref:`fixtures <fixtures>` and other features.
3636

3737
how does pytest work with Django?
3838
++++++++++++++++++++++++++++++++++++++++++++++

0 commit comments

Comments
 (0)