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

Method printSkip

pkg/output/cli.go:93–95  ·  view source on GitHub ↗
(r TestResult)

Source from the content-addressed store, hash-verified

91}
92
93func (w *OutputWriter) printSkip(r TestResult) {
94 w.fprintf(fmt.Sprintf("- [%s] %s, was skipped", r.Node, r.Title))
95}
96
97func (w *OutputWriter) printFailures(results []runtime.TestResult) {
98 w.fprintf("")

Callers 1

GetEventHandlerMethod · 0.95

Calls 1

fprintfMethod · 0.95

Tested by

no test coverage detected