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

Method test_remove_nonexistent

tests/test_extensions.py:1509–1514  ·  view source on GitHub ↗

Test removing non-existent extension.

(self, project_dir)

Source from the content-addressed store, hash-verified

1507 assert not ext_dir.exists()
1508
1509 def test_remove_nonexistent(self, project_dir):
1510 """Test removing non-existent extension."""
1511 manager = ExtensionManager(project_dir)
1512
1513 result = manager.remove("nonexistent")
1514 assert result is False
1515
1516 def test_list_installed(self, extension_dir, project_dir):
1517 """Test listing installed extensions."""

Callers

nothing calls this directly

Calls 2

removeMethod · 0.95
ExtensionManagerClass · 0.90

Tested by

no test coverage detected