From f4950083508221169bd665528f42d14e9c7e9e9d Mon Sep 17 00:00:00 2001 From: John Gosset Date: Sat, 8 Aug 2015 18:21:30 -0400 Subject: [PATCH] Add assert.sh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 661b7c5..020de8c 100644 --- a/README.md +++ b/README.md @@ -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