MCPcopy
hub / github.com/cli/cli / TestColorForProjectState

Function TestColorForProjectState

pkg/cmd/project/shared/format/display_test.go:15–18  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

13}
14
15func TestColorForProjectState(t *testing.T) {
16 assert.Equal(t, "green", ColorForProjectState(queries.Project{}))
17 assert.Equal(t, "gray", ColorForProjectState(queries.Project{Closed: true}))
18}

Callers

nothing calls this directly

Calls 2

ColorForProjectStateFunction · 0.85
EqualMethod · 0.80

Tested by

no test coverage detected