From ffb5b8efa17389524cc5a7f0a7704d54b48b06c9 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Thu, 22 Nov 2012 19:59:15 +0100 Subject: [PATCH] Fix a broken link to pytest-twisted --- doc/en/faq.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.