From 7e5efa00050fe2c5d4722359587ce7de2ccff1c2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 22 Oct 2012 09:32:41 +0200 Subject: [PATCH] mention twisted with external plugins --- doc/en/plugins.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index 0442955f0..d030d7cb5 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -71,6 +71,10 @@ there is no need to activate it. Here is a initial list of known plugins: * `pytest-django `_: write tests for `django`_ apps, using pytest integration. +* `pytest-twisted `_: write tests + for `twisted `_ apps, starting a reactor and + processing deferreds from test functions. + * `pytest-capturelog `_: to capture and assert about messages from the logging module