Fix reference.

This commit is contained in:
Ionel Cristian Mărieș 2017-01-25 14:44:07 +02:00 committed by GitHub
parent d98d122e81
commit c8032a9bbb
1 changed files with 1 additions and 1 deletions

View File

@ -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.