MCPcopy Create free account
hub / github.com/diillson/chatcli / TestMemoryPluginAdapter_NoStore

Function TestMemoryPluginAdapter_NoStore

cli/memory_extras_test.go:51–56  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

49}
50
51func TestMemoryPluginAdapter_NoStore(t *testing.T) {
52 a := &memoryPluginAdapter{cli: &ChatCLI{}}
53 if _, err := a.Remember("x", ""); err == nil {
54 t.Error("expected error with no memory store")
55 }
56}
57
58func TestFormatMemoryNotice(t *testing.T) {
59 // Empty summary -> empty notice.

Callers

nothing calls this directly

Calls 2

RememberMethod · 0.95
ErrorMethod · 0.65

Tested by

no test coverage detected