MCPcopy Index your code
hub / github.com/cli/cli / TestPullRequests

Function TestPullRequests

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

Source from the content-addressed store, hash-verified

123}
124
125func TestPullRequests(t *testing.T) {
126 var tsEnv testScriptEnv
127 if err := tsEnv.fromEnv(); err != nil {
128 t.Fatal(err)
129 }
130
131 testscript.Run(t, testScriptParamsFor(tsEnv, "pr"))
132}
133
134func TestReleases(t *testing.T) {
135 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