bash_unit

Bash unit testing framework for writing and running test suites

brewmacoslinux
Try with needOr install directly
Source

About

Bash unit testing enterprise edition framework for professionals

Commands

bash_unit

Examples

Run all tests in a test file$ bash_unit tests/test_script.sh
Run tests with verbose output showing each assertion$ bash_unit -v tests/test_functions.sh
Run all test files matching a pattern in a directory$ bash_unit tests/test_*.sh