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

Function TestPullRequests

acceptance/acceptance_test.go:169–176  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

167}
168
169func TestPullRequests(t *testing.T) {
170 var tsEnv testScriptEnv
171 if err := tsEnv.fromEnv(); err != nil {
172 t.Fatal(err)
173 }
174
175 testscript.Run(t, testScriptParamsFor(t, tsEnv, "pr"))
176}
177
178func TestReleases(t *testing.T) {
179 var tsEnv testScriptEnv

Callers

nothing calls this directly

Calls 3

fromEnvMethod · 0.95
testScriptParamsForFunction · 0.85
RunMethod · 0.65

Tested by

no test coverage detected