Add unit tests for separate stdout and stderr on execution

This commit is contained in:
sirkrypt0
2021-06-10 18:16:32 +02:00
committed by Tobias Kantusch
parent f122dd9376
commit d3300e839e
8 changed files with 166 additions and 25 deletions

View File

@ -136,8 +136,8 @@ For example, for an interface called `ExecutorApi` in the package `nomad`, you m
```bash
mockery \
--name=ExecutorApi \
--structname=ExecutorApiMock \
--filename=ExecutorApiMock.go \
--structname=ExecutorAPIMock \
--filename=ExecutorAPIMock.go \
--inpackage
```