Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerGridModel/power-grid-model
/ input_data
Function
input_data
tests/unit/test_optional_ids.py:71–72 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
69
70
@pytest.fixture(params=[
"input_data_r"
,
"input_data_c"
])
71
def
input_data(request):
72
return
request.getfixturevalue(request.param)
73
74
75
@pytest.fixture
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected