From fe3bfacd2dd2aba288c6ff444371caa8b7aaea35 Mon Sep 17 00:00:00 2001 From: Jose Maria Valera Reales Date: Wed, 11 Oct 2023 11:15:40 +0200 Subject: [PATCH] Add bashunit: testing library for bash scripts (#109) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea36dba..058340c 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu - [argbash](https://github.com/matejak/argbash) - Bash argument parsing code generator - [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework - [async-bash](https://github.com/zombieleet/async-bash) - implementation of async functions in bash +- [bashunit](https://github.com/TypedDevs/bashunit) - A simple but powerful testing library for bash scripts - [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System - [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