MCPcopy 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
87def 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

ContextClass · 0.90

Tested by

no test coverage detected