Re-add bashunit (#111)

https://github.com/TypedDevs/bashunit
This commit is contained in:
Herby Gillot 2023-10-16 19:56:42 -04:00 committed by GitHub
parent ad9d1e537c
commit 19ac2d7c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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