zunit-zsh.zunit/.zunit.yml
James Dinsdale 55820243d0 Add --verbose option
Prints the full command output for each test, as well as any processes
launched using the `run` helper.

Also includes a `verbose` option in `.zunit.yml`
2017-07-10 19:12:14 +01:00

10 lines
154 B
YAML

tap: false
directories:
tests: tests
output: tests/_output
support: tests/_support
time_limit: 15
fail_fast: true
allow_risky: false
verbose: false