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

Function TestProject

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

Source from the content-addressed store, hash-verified

114}
115
116func TestProject(t *testing.T) {
117 var tsEnv testScriptEnv
118 if err := tsEnv.fromEnv(); err != nil {
119 t.Fatal(err)
120 }
121
122 testscript.Run(t, testScriptParamsFor(tsEnv, "project"))
123}
124
125func TestPullRequests(t *testing.T) {
126 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