From 935d3b26d5fa151e3069a25206860ca69561a9f9 Mon Sep 17 00:00:00 2001 From: Alois Date: Mon, 23 Jan 2017 14:12:48 +0100 Subject: [PATCH] Add BashScriptTestingLibrary --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8545d2d..443abfc 100644 --- a/readme.md +++ b/readme.md @@ -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