From b8a18caafbe6c1a472745992b5d0141b11ea76c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Tue, 13 Sep 2016 10:11:43 +0200 Subject: [PATCH] add bash_unit test framework bash unit testing enterprise edition framework for professionals --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 20a230c..b656a38 100644 --- a/readme.md +++ b/readme.md @@ -112,6 +112,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [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 - [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System +- [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals - [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash - [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash - [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit