MCPcopy
hub / github.com/github/spec-kit / execute

Method execute

tests/test_workflows.py:136–137  ·  view source on GitHub ↗
(self, config, context)

Source from the content-addressed store, hash-verified

134 class EmptyStep(StepBase):
135 type_key = ""
136 def execute(self, config, context):
137 return StepResult()
138
139 with pytest.raises(ValueError, match="empty type_key"):
140 _register_step(EmptyStep())

Calls 1

StepResultClass · 0.90

Tested by

no test coverage detected