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

Function TestGists

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

Source from the content-addressed store, hash-verified

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