summaryrefslogtreecommitdiff
path: root/doc/en/logging.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-03-16 18:15:28 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2018-03-16 18:15:28 -0300
commit1fff81e21d4145e501d618bced645cbfaa5f5afc (patch)
treea34667afb02f12852c3faadfa625ae661fb3b726 /doc/en/logging.rst
parentcbb2c55dea05988848063ebd0e6612069f2d305d (diff)
parent93847bfeb412637bb2781a6a75bb99253734f5f8 (diff)
downloadpytest-1fff81e21d4145e501d618bced645cbfaa5f5afc.tar.gz
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
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 ad59be83f..44cfaaa28 100644
--- a/doc/en/logging.rst
+++ b/doc/en/logging.rst
@@ -144,11 +144,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: