When we create the workdir in init(), we end up with a lot of empty
directories during our test suite execution. That seems a bit
unnecessary. We could avoid it by providing a fake value to every Runner
instance creation, but it seems easier to simply create workdir in the
run() phase instead of init().
Details
Details
unit tests pass and when not running the functional tests, no unneeded dirs are created
Diff Detail
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Lint Skipped - Unit
Unit Tests Skipped