Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
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
executeCommand
Function · 0.85
Tested by
no test coverage detected