Skip to content

Commit

Permalink
Add pytestconfig fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 6, 2018
1 parent 918dffb commit 400558c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/en/reference.rst
Expand Up @@ -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.

0 comments on commit 400558c

Please sign in to comment.