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