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

Method _make_catalog

tests/test_extensions.py:3280–3284  ·  view source on GitHub ↗
(self, temp_dir)

Source from the content-addressed store, hash-verified

3278 # --- _make_request / GitHub auth ---
3279
3280 def _make_catalog(self, temp_dir):
3281 project_dir = temp_dir / "project"
3282 project_dir.mkdir()
3283 (project_dir / ".specify").mkdir()
3284 return ExtensionCatalog(project_dir)
3285
3286 def _inject_github_config(self, monkeypatch, token_env="GH_TOKEN"):
3287 from tests.auth_helpers import inject_github_config

Calls 1

ExtensionCatalogClass · 0.90

Tested by

no test coverage detected