MCPcopy
hub / github.com/cli/cli / initFakeHTTP

Function initFakeHTTP

pkg/cmd/pr/list/list_test.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func initFakeHTTP() *httpmock.Registry {
74 return &httpmock.Registry{}
75}
76
77func TestPRList(t *testing.T) {
78 http := initFakeHTTP()

Callers 11

TestPRListFunction · 0.70
TestPRList_nonttyFunction · 0.70
TestPRList_filteringFunction · 0.70
TestPRList_webFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected