diff --git a/doc/en/reference.rst b/doc/en/reference.rst index ac9bc8efb57..d89d2f1e08d 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -411,3 +411,10 @@ The ``request`` fixture is a special fixture providing information of the reques .. autoclass:: _pytest.fixtures.FixtureRequest() :members: + + +pytestconfig +~~~~~~~~~~~~ + +Scoped-session fixture which returns the internal :class:`_pytest.config.Config` object. +