(*FormatterTest)
| 17 | // A FormatterTestOption is a function that configures an [FormatterTest]. |
| 18 | FormatterTestOption interface { |
| 19 | applyToFormatterTest(*FormatterTest) |
| 20 | } |
| 21 | // A FormatterTest is a test wrapper around a [task.Executor] to make it |
| 22 | // easy to write tests for the task formatter. See [NewFormatterTest] for |
no outgoing calls