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

Function testConfig

pkg/cmd/issue/comment/comment_test.go:856–859  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

854}
855
856func testConfig() func() (gh.Config, error) {
857 cfg := config.NewMockConfigFromString("hosts:\n github.com:\n oauth_token: gho_a_token_that_can_upload\n")
858 return func() (gh.Config, error) { return cfg, nil }
859}
860
861func mockCommentCreate(t *testing.T, reg *httpmock.Registry) {
862 reg.Register(

Callers 1

TestNewCmdCommentFunction · 0.70

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected