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

Method applyToExecutorTest

task_test.go:266–268  ·  view source on GitHub ↗
(t *ExecutorTest)

Source from the content-addressed store, hash-verified

264type fixtureTemplatingTestOption struct{}
265
266func (opt *fixtureTemplatingTestOption) applyToExecutorTest(t *ExecutorTest) {
267 t.fixtureTemplatingEnabled = true
268}
269
270func (opt *fixtureTemplatingTestOption) applyToFormatterTest(t *FormatterTest) {
271 t.fixtureTemplatingEnabled = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected