MCPcopy Create free account
hub / github.com/barnybug/cli53 / TestCSVFormatter

Function TestCSVFormatter

formatters_test.go:55–58  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

53}
54
55func TestCSVFormatter(t *testing.T) {
56 f := &CSVFormatter{}
57 assert.Equal(t, "id,name,record count,comment\nZ1RWMUCMCPKCJX,example.com.,2,comment\n", formatTest(f))
58}

Callers

nothing calls this directly

Calls 1

formatTestFunction · 0.85

Tested by

no test coverage detected