summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-11-03 16:37:18 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2017-11-03 16:37:18 -0200
commitf3a119c06a8197ac986241e800beabfa63725f54 (patch)
tree94bb03da841d3024531a07c708572268cd432b77 /doc/en/assert.rst
parentcb30848e5a2ec55d9d5c9548879559e3f370a76e (diff)
downloadpytest-f3a119c06a8197ac986241e800beabfa63725f54.tar.gz
Merge upstream/master into features
Diffstat (limited to 'doc/en/assert.rst')
-rw-r--r--doc/en/assert.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/assert.rst b/doc/en/assert.rst
index a8ddaecd8..d9e044356 100644
--- a/doc/en/assert.rst
+++ b/doc/en/assert.rst
@@ -209,8 +209,8 @@ the ``pytest_assertrepr_compare`` hook.
.. autofunction:: _pytest.hookspec.pytest_assertrepr_compare
:noindex:
-As an example consider adding the following hook in a conftest.py which
-provides an alternative explanation for ``Foo`` objects::
+As an example consider adding the following hook in a :ref:`conftest.py <conftest.py>`
+file which provides an alternative explanation for ``Foo`` objects::
# content of conftest.py
from test_foocompare import Foo