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

Method applyToFormatterTest

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

Source from the content-addressed store, hash-verified

214}
215
216func (opt *experimentTestOption) applyToFormatterTest(t *FormatterTest) {
217 t.experiments[opt.experiment] = opt.value
218}
219
220// WithPostProcessFn adds a [PostProcessFn] function to the test. Post-process
221// functions are run on the output of the task before a fixture is created. This

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected