summaryrefslogtreecommitdiff
path: root/doc/en/unittest.rst
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2017-01-25 14:44:07 +0200
committerGitHub <noreply@github.com>2017-01-25 14:44:07 +0200
commitc8032a9bbb18cdbcf7d01303a2a846fbc048b76f (patch)
tree8ed1754497a2e66e96a2fcf43fc341bf7338300c /doc/en/unittest.rst
parentd98d122e81324f22938a5791860820be993a29f2 (diff)
downloadpytest-c8032a9bbb18cdbcf7d01303a2a846fbc048b76f.tar.gz
Fix reference.
Diffstat (limited to 'doc/en/unittest.rst')
-rw-r--r--doc/en/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/unittest.rst b/doc/en/unittest.rst
index 43b6526c7..1bee0e146 100644
--- a/doc/en/unittest.rst
+++ b/doc/en/unittest.rst
@@ -20,7 +20,7 @@ integration aspects.
Note that this is meant as a provisional way of running your test code
until you fully convert to pytest-style tests. To fully take advantage of
:ref:`fixtures <fixture>`, :ref:`parametrization <parametrize>` and
-:ref:`hooks <writing_plugins>` you should convert (tools like `unittest2pytest
+:ref:`hooks <writing-plugins>` you should convert (tools like `unittest2pytest
<https://pypi.python.org/pypi/unittest2pytest/>`__ are helpful).
Also, not all 3rd party pluging are expected to work best with
``unittest.TestCase`` style tests.