summaryrefslogtreecommitdiff
path: root/doc/en/plugins.rst
diff options
context:
space:
mode:
authorThomas Hisch <t.hisch@gmail.com>2017-09-27 00:39:41 +0200
committerThomas Hisch <t.hisch@gmail.com>2017-10-12 02:19:24 +0200
commitf3261d94184280a2bc9ce9a1336c9f08cbd7a3c6 (patch)
tree94e02ae7cbb3f65f2e7f8cf1f2e483922fc63a4c /doc/en/plugins.rst
parent775f4a6f2fe031e0ab01e8579cefbd528d68770d (diff)
downloadpytest-f3261d94184280a2bc9ce9a1336c9f08cbd7a3c6.tar.gz
Move logging docu into own rst file
Remove reference of pytest-catchlog plugin in plugins.rst
Diffstat (limited to 'doc/en/plugins.rst')
-rw-r--r--doc/en/plugins.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/en/plugins.rst b/doc/en/plugins.rst
index ec031e9e0..bba7d3ecd 100644
--- a/doc/en/plugins.rst
+++ b/doc/en/plugins.rst
@@ -27,9 +27,6 @@ Here is a little annotated list for some popular plugins:
for `twisted <http://twistedmatrix.com>`_ apps, starting a reactor and
processing deferreds from test functions.
-* `pytest-catchlog <http://pypi.python.org/pypi/pytest-catchlog>`_:
- to capture and assert about messages from the logging module
-
* `pytest-cov <http://pypi.python.org/pypi/pytest-cov>`_:
coverage reporting, compatible with distributed testing