MCPcopy Create free account
hub / github.com/cli/cli / TestJSONFields

Function TestJSONFields

pkg/cmd/auth/status/status_test.go:89–93  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

87}
88
89func TestJSONFields(t *testing.T) {
90 jsonfieldstest.ExpectCommandToSupportJSONFields(t, NewCmdStatus, []string{
91 "hosts",
92 })
93}
94
95func Test_statusRun(t *testing.T) {
96 tests := []struct {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected