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

Function tInfo

cmd/helpers_for_test.go:51–53  ·  view source on GitHub ↗
(msg interface{})

Source from the content-addressed store, hash-verified

49}
50
51func tInfo(msg interface{}) {
52 fmt.Println("--- INFO:", msg)
53}
54
55func tOut(msg interface{}) {
56 fmt.Println("--- OUTPUT:", msg)

Callers 15

TestGetMembersFunction · 0.85
TestNewUserFunction · 0.85
TestProtectBranchFunction · 0.85
TestEditProjectFunction · 0.85
TestLoginFunction · 0.85
setEFunction · 0.85
executeCommandMethod · 0.85
executeCommandFunction · 0.85
executeCommandCFunction · 0.85
assertEqualResultFunction · 0.85
assertOutContainsFunction · 0.85
TestDeleteProjectHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected