Merge pull request #96 from qjcg/assert.sh

Add assert.sh
This commit is contained in:
Caleb Xu 2015-08-08 19:14:34 -04:00
commit d81519f546
1 changed files with 1 additions and 0 deletions

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*
* [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
* [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions