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

Method test_key_and_config

tests/integrations/test_base.py:43–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42class TestIntegrationBase:
43 def test_key_and_config(self):
44 i = StubIntegration()
45 assert i.key == "stub"
46 assert i.config["name"] == "Stub Agent"
47 assert i.registrar_config["format"] == "markdown"
48
49 def test_options_default_empty(self):
50 assert StubIntegration.options() == []

Callers

nothing calls this directly

Calls 1

StubIntegrationClass · 0.85

Tested by

no test coverage detected