MCPcopy
hub / github.com/go-task/task / fixtureTemplateDataTestOption

Struct fixtureTemplateDataTestOption

task_test.go:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281type fixtureTemplateDataTestOption struct {
282 k string
283 v any
284}
285
286func (opt *fixtureTemplateDataTestOption) applyToExecutorTest(t *ExecutorTest) {
287 t.fixtureTemplatingEnabled = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected