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

Method test_load_not_found

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

Source from the content-addressed store, hash-verified

4101 assert "step-one" in loaded.step_results
4102
4103 def test_load_not_found(self, project_dir):
4104 from specify_cli.workflows.engine import RunState
4105
4106 with pytest.raises(FileNotFoundError):
4107 RunState.load("nonexistent", project_dir)
4108
4109 @pytest.mark.parametrize(
4110 "malicious_run_id",

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected