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

Method test_commands_dest

tests/integrations/test_base.py:134–137  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

132 assert i.command_filename("plan") == "speckit.plan.md"
133
134 def test_commands_dest(self, tmp_path):
135 i = StubIntegration()
136 dest = i.commands_dest(tmp_path)
137 assert dest == tmp_path / ".stub" / "commands"
138
139 def test_commands_dest_no_config_raises(self, tmp_path):
140 class NoConfig(MarkdownIntegration):

Callers

nothing calls this directly

Calls 2

StubIntegrationClass · 0.85
commands_destMethod · 0.45

Tested by

no test coverage detected