Skip to content

Releases: pgrange/bash_unit

v1.7.2

01 Jun 07:03
Compare
Choose a tag to compare
run teardown_suite even in case of error in setup_suite

v1.7.1

18 Jan 08:42
Compare
Choose a tag to compare
Try to handle syntax error in tests the best we can

v1.7.0

18 Jan 08:22
Compare
Choose a tag to compare
Improve fake robustness. Stop supporting Debian. Start supporting NixOS

v1.6.1

31 Jan 17:31
Compare
Choose a tag to compare
FIX issue with set -u

v1.6.0

01 Sep 06:23
Compare
Choose a tag to compare
Add setup_suite and teardown_suite for file level setup/teardown

v1.5.0

07 Jul 06:38
Compare
Choose a tag to compare
bash_unit changes the current working directory before loading the te…

v1.4.0

03 Jul 17:00
Compare
Choose a tag to compare
One can now declare todo tests that are not yet implemented

v1.3.1

27 Jun 06:45
Compare
Choose a tag to compare
FIX #39 correct version number in bash_unit -v FIX #19 genereate man …

v1.3.0: ADD FORCE_COLOR environment variable

23 May 16:45
Compare
Choose a tag to compare
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

30 Nov 17:42
Compare
Choose a tag to compare
Prettier output with unicode colored characters when in interactive m…