MCPcopy
hub / github.com/pytest-dev/pytest / a

Function a

testing/example_scripts/fixtures/test_getfixturevalue_dynamic.py:13–14  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

11
12@pytest.fixture
13def a(request):
14 request.getfixturevalue("dynamic")
15
16
17@pytest.fixture

Callers

nothing calls this directly

Calls 1

getfixturevalueMethod · 0.80

Tested by

no test coverage detected