bash_unit
bash_unit copied to clipboard
bash unit testing enterprise edition framework for professionals
# qual: Add pre-commit configuration & action This pre-commit configuration adds different quality checks to the repository.
User may collect verbose execution logs in dedicated file which simplify debugging. Usage example: ``` ./bash_unit -t trace.log tests/test_*.sh ```
Hi @pgrange Installation on **GH Action** **macOS** fails (see [this line](https://github.com/dalisoft/release-me/actions/runs/8851332461/job/24307664312?pr=11#step:5:20)) which shows https://github.com/pgrange/bash_unit/blob/30b59189a4d50dde86c6b107f5015f28ff188666/install.sh#L5 Seems something got wrong but we can't see due of silent `curl`
Hi @pgrange Using `parallel` could be improve test time? It is possible?
Like when calling `./bash_unit tests/**/*.test.sh --watch`, it should always track and whenever `test` changes (only changed test) should be re-triggered
Like #110 but with showing only failed `test name + status`
Addresses https://github.com/pgrange/bash_unit/issues/130
As per [TAP specification](https://testanything.org/tap-version-14-specification.html) the plan needs to be output. This can be at the start or the end.