(t *FormatterTest)
| 177 | } |
| 178 | |
| 179 | func (opt *varTestOption) applyToFormatterTest(t *FormatterTest) { |
| 180 | t.vars[opt.key] = opt.value |
| 181 | } |
| 182 | |
| 183 | // WithExecutorOptions sets the [task.ExecutorOption]s to be used when creating |
| 184 | // a [task.Executor]. |
nothing calls this directly
no outgoing calls
no test coverage detected