Fix a broken link to pytest-twisted

This commit is contained in:
Wieland Hoffmann 2012-11-22 19:59:15 +01:00
parent 68786a6434
commit ffb5b8efa1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ and does not handle Deferreds returned from a test in pytest style.
If you are using trial's unittest.TestCase chances are that you can If you are using trial's unittest.TestCase chances are that you can
just run your tests even if you return Deferreds. In addition, just run your tests even if you return Deferreds. In addition,
there also is a dedicated `pytest-twisted there also is a dedicated `pytest-twisted
<http://pypi.python.org/pypi/pytest-twisted`` plugin which allows to <http://pypi.python.org/pypi/pytest-twisted>`_ plugin which allows to
return deferreds from pytest-style tests, allowing to use return deferreds from pytest-style tests, allowing to use
:ref:`fixtures` and other features. :ref:`fixtures` and other features.