MCPcopy Create free account
hub / github.com/commander-cli/commander / testResult

Method testResult

pkg/output/cli_template.go:86–89  ·  view source on GitHub ↗
(testResult TestResult)

Source from the content-addressed store, hash-verified

84}
85
86func (t cliTemplate) testResult(testResult TestResult) string {
87 tpl := t.getTemplatedString("result", testResult)
88 return tpl.String()
89}
90
91func (t cliTemplate) failures(testResult TestResult) string {
92 tpl := t.getTemplatedString("failure", testResult)

Callers 1

printResultMethod · 0.80

Calls 1

getTemplatedStringMethod · 0.95

Tested by

no test coverage detected