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

Function TestLabels

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

Source from the content-addressed store, hash-verified

140}
141
142func TestLabels(t *testing.T) {
143 var tsEnv testScriptEnv
144 if err := tsEnv.fromEnv(); err != nil {
145 t.Fatal(err)
146 }
147
148 testscript.Run(t, testScriptParamsFor(t, tsEnv, "label"))
149}
150
151func TestOrg(t *testing.T) {
152 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