From 400558cc9c9e867cc24a8ee26269abe45bcabf71 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 27 Feb 2018 17:13:14 -0300 Subject: [PATCH] Add pytestconfig fixture --- doc/en/reference.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index ac9bc8efb..d89d2f1e0 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. +