4 lines
249 B
ReStructuredText
4 lines
249 B
ReStructuredText
The ``scope`` parameter of ``@pytest.fixture`` can now be a callable that receives
|
|
the fixture name and the ``config`` object as keyword-only parameters.
|
|
See `the docs <https://docs.pytest.org/en/fixture.html#dynamic-scope>`__ for more information.
|