roundup

Simple shell script unit testing framework for bash

brewmacoslinux
Try with needOr install directly
Source

About

Unit testing tool

Commands

roundup

Examples

Run all tests in a test file$ roundup tests/my_tests.sh
Run tests and show verbose output$ roundup -v tests/my_tests.sh
Execute all test files matching a pattern$ roundup tests/*_test.sh