(t *testing.T)
| 72 | } |
| 73 | |
| 74 | func 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 | |
| 79 | func TestRenderGraphProducesPNG(t *testing.T) { |
| 80 | if testing.Short() { |
nothing calls this directly
no test coverage detected