MCPcopy Index your code
hub / github.com/github/spec-kit / test_step_tracker_instantiable

Function test_step_tracker_instantiable

tests/test_console_imports.py:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def test_step_tracker_instantiable():
32 tracker = StepTracker("test")
33 tracker.add("step1", "Step One")
34 tracker.complete("step1", "done")
35 assert tracker.steps[0]["status"] == "done"
36
37
38def test_select_with_arrows_raises_on_empty_options():

Callers

nothing calls this directly

Calls 3

addMethod · 0.95
completeMethod · 0.95
StepTrackerClass · 0.90

Tested by

no test coverage detected