Add BashScriptTestingLibrary

This commit is contained in:
Alois 2017-01-23 14:12:48 +01:00 committed by GitHub
parent f5de445fe5
commit 935d3b26d5

View File

@ -110,6 +110,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu
- [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more
- [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
- [BashScriptTestingLibrary](https://github.com/rafritts/BashScriptTestingLibrary) - A unit testing framework for Bash scripts
- [bash3boilerplate](https://github.com/kvz/bash3boilerplate) - Templates to write better Bash scripts
- [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts
- [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools