Merge pull request #8570 from soxofaan/main

Logging docs: fix reference to pytest.LogCaptureFixture.
This commit is contained in:
Ran Benita
2021-04-20 16:42:54 +03:00
committed by GitHub
+1 -1
View File
@@ -167,7 +167,7 @@ the records for the ``setup`` and ``call`` stages during teardown like so:
The full API is available at :class:`_pytest.logging.LogCaptureFixture`.
The full API is available at :class:`pytest.LogCaptureFixture`.
.. _live_logs: