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

Function TestProject

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

Source from the content-addressed store, hash-verified

149}
150
151func TestProject(t *testing.T) {
152 var tsEnv testScriptEnv
153 if err := tsEnv.fromEnv(); err != nil {
154 t.Fatal(err)
155 }
156
157 testscript.Run(t, testScriptParamsFor(tsEnv, "project"))
158}
159
160func TestPullRequests(t *testing.T) {
161 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