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

Function TestHandleGraphCommandEmptyGraph

cli/graph_command_test.go:74–77  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

72}
73
74func TestHandleGraphCommandEmptyGraph(t *testing.T) {
75 // No memory store and no persona handler → empty graph → no render, no panic.
76 newTestCLI().handleGraphCommand(context.Background(), "/graph")
77}
78
79func TestRenderGraphProducesPNG(t *testing.T) {
80 if testing.Short() {

Callers

nothing calls this directly

Calls 2

newTestCLIFunction · 0.85
handleGraphCommandMethod · 0.80

Tested by

no test coverage detected