MCPcopy Create free account
hub / github.com/go-task/task / applyToFormatterTest

Method applyToFormatterTest

task_test.go:236–238  ·  view source on GitHub ↗
(t *FormatterTest)

Source from the content-addressed store, hash-verified

234}
235
236func (opt *postProcessFnTestOption) applyToFormatterTest(t *FormatterTest) {
237 t.postProcessFns = append(t.postProcessFns, opt.fn)
238}
239
240// WithSetupError sets the test to expect an error during the setup phase of the
241// task execution. A fixture will be created with the output of any errors.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected