bashunit

Simple testing library for bash scripts with assertion functions

brewmacoslinux
Try with needOr install directly
Source

About

Simple testing library for bash scripts

Commands

bashunit

Examples

Run all tests in a directory$ bashunit tests/
Run a specific test file$ bashunit tests/test_script.sh
Run tests with verbose output$ bashunit --verbose tests/