diff --git a/doc/en/faq.txt b/doc/en/faq.txt index daacc06fb..54a1043e1 100644 --- a/doc/en/faq.txt +++ b/doc/en/faq.txt @@ -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 just run your tests even if you return Deferreds. In addition, there also is a dedicated `pytest-twisted -`_ plugin which allows to return deferreds from pytest-style tests, allowing to use :ref:`fixtures` and other features.