MCPcopy Create free account
hub / github.com/IBM/mcp-cli / test_delete_missing

Method test_delete_missing

tests/chat/test_session_store.py:85–86  ·  view source on GitHub ↗
(self, store)

Source from the content-addressed store, hash-verified

83 assert store.load("test-abc123") is None
84
85 def test_delete_missing(self, store):
86 assert store.delete("nonexistent") is False
87
88 def test_save_with_token_usage(self, store):
89 data = SessionData(

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected