MCPcopy
hub / github.com/github/spec-kit / test_list_installed_empty

Method test_list_installed_empty

tests/test_presets.py:688–691  ·  view source on GitHub ↗

Test listing when no packs installed.

(self, project_dir)

Source from the content-addressed store, hash-verified

686 assert installed[0]["template_count"] == 1
687
688 def test_list_installed_empty(self, project_dir):
689 """Test listing when no packs installed."""
690 manager = PresetManager(project_dir)
691 assert manager.list_installed() == []
692
693 def test_get_pack(self, project_dir, pack_dir):
694 """Test getting a specific installed pack."""

Callers

nothing calls this directly

Calls 2

list_installedMethod · 0.95
PresetManagerClass · 0.90

Tested by

no test coverage detected