Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ ctx
Function
ctx
sdk/python/tests/codegen/test_generator.py:87–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
86
@pytest.fixture
87
def
ctx():
88
return
Context(
89
schema=_EXPECTED_TYPE_SCHEMA,
90
ids=frozenset({
"ID"
}),
91
remaining={
"Secret"
},
92
)
93
94
95
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
Context
Class · 0.90
Tested by
no test coverage detected