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

Method test_empty_steps_dir

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

Source from the content-addressed store, hash-verified

5045 """Test dynamic loading of custom step types from the filesystem."""
5046
5047 def test_empty_steps_dir(self, project_dir):
5048 from specify_cli.workflows import load_custom_steps
5049
5050 loaded = load_custom_steps(project_dir)
5051 assert loaded == []
5052
5053 def test_no_steps_dir(self, project_dir):
5054 from specify_cli.workflows import load_custom_steps

Callers

nothing calls this directly

Calls 1

load_custom_stepsFunction · 0.90

Tested by

no test coverage detected