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

Function TestExtensions

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

Source from the content-addressed store, hash-verified

104}
105
106func TestExtensions(t *testing.T) {
107 var tsEnv testScriptEnv
108 if err := tsEnv.fromEnv(); err != nil {
109 t.Fatal(err)
110 }
111
112 testscript.Run(t, testScriptParamsFor(t, tsEnv, "extension"))
113}
114
115func TestIssues(t *testing.T) {
116 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