MCPcopy Create free account
hub / github.com/devopsctl/gitlabctl / TestGenDoc

Function TestGenDoc

cmd/gendoc_test.go:9–12  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestGenDoc(t *testing.T) {
10 _, err := executeCommand(rootCmd, "gendoc", "--dir=../docs")
11 require.Nil(t, err, err)
12}

Callers

nothing calls this directly

Calls 1

executeCommandFunction · 0.85

Tested by

no test coverage detected