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

Function TestJSONFields

pkg/cmd/repo/autolink/list/list_test.go:20–27  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

18)
19
20func TestJSONFields(t *testing.T) {
21 jsonfieldstest.ExpectCommandToSupportJSONFields(t, NewCmdList, []string{
22 "id",
23 "isAlphanumeric",
24 "keyPrefix",
25 "urlTemplate",
26 })
27}
28
29func TestNewCmdList(t *testing.T) {
30 tests := []struct {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected