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

Method test_load_not_found

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

Source from the content-addressed store, hash-verified

2751 assert definition.id == "test-workflow"
2752
2753 def test_load_not_found(self, project_dir):
2754 from specify_cli.workflows.engine import WorkflowEngine
2755
2756 engine = WorkflowEngine(project_dir)
2757 with pytest.raises(FileNotFoundError):
2758 engine.load_workflow("nonexistent")
2759
2760 def test_execute_simple_workflow(self, project_dir):
2761 from unittest.mock import patch

Callers

nothing calls this directly

Calls 2

load_workflowMethod · 0.95
WorkflowEngineClass · 0.90

Tested by

no test coverage detected