summaryrefslogtreecommitdiff
path: root/doc/en/logging.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-02-27 17:32:34 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2018-03-06 20:41:20 -0300
commitadcb28f61b65bc1a3913fdd33da0aa421f656278 (patch)
tree2538cba96e13833db8ab0a8c34002738b9f5c6be /doc/en/logging.rst
parent111c6d6a22a629225f8cab9c6a86da65d1bb9cab (diff)
downloadpytest-adcb28f61b65bc1a3913fdd33da0aa421f656278.tar.gz
Add caplog to reference
Diffstat (limited to 'doc/en/logging.rst')
-rw-r--r--doc/en/logging.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/en/logging.rst b/doc/en/logging.rst
index 82119043b..524f6edd8 100644
--- a/doc/en/logging.rst
+++ b/doc/en/logging.rst
@@ -160,11 +160,9 @@ the records for the ``setup`` and ``call`` stages during teardown like so:
pytest.fail('warning messages encountered during testing: {}'.format(messages))
-caplog fixture API
-~~~~~~~~~~~~~~~~~~
-.. autoclass:: _pytest.logging.LogCaptureFixture
- :members:
+The full API is available at :class:`_pytest.logging.LogCaptureFixture`.
+
.. _live_logs: