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

Function TestDiscussions

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

Source from the content-addressed store, hash-verified

113}
114
115func TestDiscussions(t *testing.T) {
116 var tsEnv testScriptEnv
117 if err := tsEnv.fromEnv(); err != nil {
118 t.Fatal(err)
119 }
120
121 testscript.Run(t, testScriptParamsFor(tsEnv, "discussion"))
122}
123
124func TestIssues2_0(t *testing.T) {
125 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