mirror of
https://github.com/zunit-zsh/zunit.git
synced 2026-09-10 06:36:15 -04:00
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`
10 lines
154 B
YAML
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
|