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

Function TestGPGKeys

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

Source from the content-addressed store, hash-verified

51}
52
53func TestGPGKeys(t *testing.T) {
54 var tsEnv testScriptEnv
55 if err := tsEnv.fromEnv(); err != nil {
56 t.Fatal(err)
57 }
58
59 testscript.Run(t, testScriptParamsFor(tsEnv, "gpg-key"))
60}
61
62func TestExtensions(t *testing.T) {
63 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