shellspec

BDD testing framework for POSIX shells (dash, bash, ksh, zsh)

brewmacoslinux
Try with needOr install directly
Source

About

BDD unit testing framework for dash, bash, ksh, zsh and all POSIX shells

Commands

shellspec

Examples

Initialize a new shellspec project in current directory$ shellspec --init
Run all tests in the spec directory$ shellspec
Run tests with verbose output and specific shell$ shellspec --shell bash --verbose