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

Method test_validate_missing_command

tests/test_workflows.py:771–776  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

769 assert result.output["exit_code"] == 0
770
771 def test_validate_missing_command(self):
772 from specify_cli.workflows.steps.command import CommandStep
773
774 step = CommandStep()
775 errors = step.validate({"id": "test"})
776 assert any("missing 'command'" in e for e in errors)
777
778 def test_step_override_integration(self):
779 from unittest.mock import patch

Callers

nothing calls this directly

Calls 2

validateMethod · 0.95
CommandStepClass · 0.90

Tested by

no test coverage detected