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

Method test_no_steps_dir

tests/test_workflows.py:5053–5058  ·  view source on GitHub ↗
(self, project_dir)

Source from the content-addressed store, hash-verified

5051 assert loaded == []
5052
5053 def test_no_steps_dir(self, project_dir):
5054 from specify_cli.workflows import load_custom_steps
5055
5056 # .specify/workflows/steps does not exist
5057 loaded = load_custom_steps(project_dir)
5058 assert loaded == []
5059
5060 def test_load_valid_custom_step(self, project_dir):
5061 from specify_cli.workflows import load_custom_steps, STEP_REGISTRY

Callers

nothing calls this directly

Calls 1

load_custom_stepsFunction · 0.90

Tested by

no test coverage detected