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

Function TestIssues2_0

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

Source from the content-addressed store, hash-verified

87}
88
89func TestIssues2_0(t *testing.T) {
90 var tsEnv testScriptEnv
91 if err := tsEnv.fromEnv(); err != nil {
92 t.Fatal(err)
93 }
94
95 testscript.Run(t, testScriptParamsFor(tsEnv, "issues-2.0"))
96}
97
98func TestLabels(t *testing.T) {
99 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