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

Method failures

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

Source from the content-addressed store, hash-verified

89}
90
91func (t cliTemplate) failures(testResult TestResult) string {
92 tpl := t.getTemplatedString("failure", testResult)
93 return tpl.String()
94}
95
96func (t cliTemplate) errors(testResult TestResult) string {
97 tpl := t.getTemplatedString("error", testResult)

Callers 1

printFailuresMethod · 0.80

Calls 1

getTemplatedStringMethod · 0.95

Tested by

no test coverage detected