MCPcopy Create free account
hub / github.com/github/spec-kit / test_list_empty

Method test_list_empty

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

Source from the content-addressed store, hash-verified

4234 """Test listing workflow runs."""
4235
4236 def test_list_empty(self, project_dir):
4237 from specify_cli.workflows.engine import WorkflowEngine
4238
4239 engine = WorkflowEngine(project_dir)
4240 assert engine.list_runs() == []
4241
4242 def test_list_after_execution(self, project_dir):
4243 from specify_cli.workflows.engine import WorkflowEngine, WorkflowDefinition

Callers

nothing calls this directly

Calls 2

list_runsMethod · 0.95
WorkflowEngineClass · 0.90

Tested by

no test coverage detected