Setenv allows to override a specific env variable directly for a specific command instead of test-wide
(key, value string)
| 117 | WithTimeout(timeout time.Duration) |
| 118 | // Setenv allows to override a specific env variable directly for a specific command instead of test-wide |
| 119 | Setenv(key, value string) |
| 120 | // WithFeeder allows passing a reader to be fed to the command stdin. |
| 121 | WithFeeder(fun func() io.Reader) |
| 122 | // Feed allows passing a reader to be fed to the command stdin. |
no outgoing calls