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

Method applyToExecutorTest

executor_test.go:87–89  ·  view source on GitHub ↗
(t *ExecutorTest)

Source from the content-addressed store, hash-verified

85}
86
87func (opt *inputTestOption) applyToExecutorTest(t *ExecutorTest) {
88 t.input = opt.input
89}
90
91// WithRunError tells the test to expect an error during the run phase of the
92// 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