Skip to content

Tags: songke/bash_unit

Tags

v1.7.1

Toggle v1.7.1's commit message
Try to handle syntax error in tests the best we can

v1.7.0

Toggle v1.7.0's commit message
Improve fake robustness. Stop supporting Debian. Start supporting NixOS

v1.6.1

Toggle v1.6.1's commit message
FIX issue with set -u

v1.6.0

Toggle v1.6.0's commit message
Add setup_suite and teardown_suite for file level setup/teardown

v1.5.0

Toggle v1.5.0's commit message
bash_unit changes the current working directory before loading the te…

…st file

v1.4.0

Toggle v1.4.0's commit message
One can now declare todo tests that are not yet implemented

v1.3.1

Toggle v1.3.1's commit message
FIX bash-unit#39 correct version number in bash_unit -v FIX bash-unit#19

 genereate man pages at release time

v1.3.0

Toggle v1.3.0's commit message
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

Toggle v1.2.0's commit message
Prettier output with unicode colored characters when in interactive m…

…ode.

Closes bash-unit#25

v1.1.0

Toggle v1.1.0's commit message
Document -f tap format.