Releases: pgrange/bash_unit
Releases · pgrange/bash_unit
v1.7.2
run teardown_suite even in case of error in setup_suite
v1.7.1
Try to handle syntax error in tests the best we can
v1.7.0
Improve fake robustness. Stop supporting Debian. Start supporting NixOS
v1.6.0
Add setup_suite and teardown_suite for file level setup/teardown
v1.5.0
bash_unit changes the current working directory before loading the te…
v1.4.0
One can now declare todo tests that are not yet implemented
v1.3.1
FIX #39 correct version number in bash_unit -v FIX #19 genereate man …
v1.3.0: ADD FORCE_COLOR environment variable
This is usefull if you want to force color output
even if out of a tty. For instance when running tests
in a gitlab-runner.
v1.2.0
Prettier output with unicode colored characters when in interactive m…