Skip to content

Commit c8032a9

Browse files
authored
Fix reference.
1 parent d98d122 commit c8032a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ integration aspects.
2020
Note that this is meant as a provisional way of running your test code
2121
until you fully convert to pytest-style tests. To fully take advantage of
2222
:ref:`fixtures <fixture>`, :ref:`parametrization <parametrize>` and
23-
:ref:`hooks <writing_plugins>` you should convert (tools like `unittest2pytest
23+
:ref:`hooks <writing-plugins>` you should convert (tools like `unittest2pytest
2424
<https://pypi.python.org/pypi/unittest2pytest/>`__ are helpful).
2525
Also, not all 3rd party pluging are expected to work best with
2626
``unittest.TestCase`` style tests.

0 commit comments

Comments
 (0)