From b63629c896021c23528801c60173509d38b6fbcb Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Sun, 8 Oct 2023 20:12:52 +0200 Subject: [PATCH] Add bashunit: testing library for bash scripts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9b28de..8cb5123 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging * [bash-language-server](https://github.com/bash-lsp/bash-language-server) - [LSP](https://microsoft.github.io/language-server-protocol/)-based Bash language server * [bash-modules](https://github.com/vlisivka/bash-modules) - functions for developing with [unofficial strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) enabled. +* [bashunit](https://github.com/TypedDevs/bashunit) - A simple but powerful testing library for bash scripts * [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH