1
0
mirror of https://github.com/namibia/awesome-shell.git synced 2024-06-07 22:50:48 +00:00

Add assert.sh

This commit is contained in:
John Gosset 2015-08-08 18:21:30 -04:00
parent 50079c4e11
commit f495008350

View File

@ -174,6 +174,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
*Tools for writing, improving, or organizing Bash or other shell scripts* *Tools for writing, improving, or organizing Bash or other shell scripts*
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
* [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts * [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts
* [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System * [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions