From 19ac2d7c3a3c1c1689b6c8e707eaa372aa126b83 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Mon, 16 Oct 2023 19:56:42 -0400 Subject: [PATCH] Re-add bashunit (#111) https://github.com/TypedDevs/bashunit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67bcf31..87edc1b 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,8 @@ In addition to this list, you should read the list [awesome-shell](https://githu - [bunit](https://github.com/rafritts/bunit) - A unit testing framework for Bash scripts - [Bash Infinity](https://github.com/niieani/bash-oo-framework) - A modern boilerplate / framework / standard library for bash - [bash-modules](https://github.com/vlisivka/bash-modules) - a collection of modules for [unofficial strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) -- [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals +- [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals +- [bashunit](https://github.com/TypedDevs/bashunit) - A simple testing library for bash scripts - [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 - [shellcheck](https://github.com/koalaman/shellcheck) - A static analysis tool for shell scripts