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

Method test_step_result_defaults

tests/test_workflows.py:170–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168 assert ctx.default_model == "sonnet-4"
169
170 def test_step_result_defaults(self):
171 from specify_cli.workflows.base import StepResult, StepStatus
172
173 result = StepResult()
174 assert result.status == StepStatus.COMPLETED
175 assert result.output == {}
176 assert result.next_steps == []
177 assert result.error is None
178
179 def test_step_status_values(self):
180 from specify_cli.workflows.base import StepStatus

Callers

nothing calls this directly

Calls 1

StepResultClass · 0.90

Tested by

no test coverage detected