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

Function TestDiscussions

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

Source from the content-addressed store, hash-verified

78}
79
80func TestDiscussions(t *testing.T) {
81 var tsEnv testScriptEnv
82 if err := tsEnv.fromEnv(); err != nil {
83 t.Fatal(err)
84 }
85
86 testscript.Run(t, testScriptParamsFor(tsEnv, "discussion"))
87}
88
89func TestIssues2_0(t *testing.T) {
90 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