Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ a
Function
a
testing/example_scripts/fixtures/test_getfixturevalue_dynamic.py:10–11 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
8
9
@pytest.fixture
10
def
a(request):
11
request.getfixturevalue(
"dynamic"
)
12
13
14
@pytest.fixture
Callers
nothing calls this directly
Calls
1
getfixturevalue
Method · 0.80
Tested by
no test coverage detected