Add bashunit: testing library for bash scripts

pull/496/head
Chemaclass 2023-10-08 20:12:52 +02:00
parent a54d67f379
commit b63629c896
1 changed files with 1 additions and 0 deletions

View File

@ -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