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

Function TestSelectFullGraphNodesSmallIncludesAll

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

Source from the content-addressed store, hash-verified

50}
51
52func TestSelectFullGraphNodesSmallIncludesAll(t *testing.T) {
53 g := dotSampleGraph()
54 if got := len(selectFullGraphNodes(g)); got != 3 {
55 t.Fatalf("small graph should include all 3 nodes, got %d", got)
56 }
57}
58
59func TestKindColorDistinct(t *testing.T) {
60 kinds := []knowledge.Kind{

Callers

nothing calls this directly

Calls 2

dotSampleGraphFunction · 0.85
selectFullGraphNodesFunction · 0.85

Tested by

no test coverage detected