awesome-cli-apps
awesome-cli-apps copied to clipboard
Add shellspec
New App Submission
- [X] I've read the contribution guidelines.
Repo or homepage link:
https://github.com/shellspec/shellspec https://shellspec.info
Description:
shellspec is a unit-testing framework which works on any POSIX shell. It is meant to run shell commands and test all outputs (stdout, stderr, exit status, generated files, ...) It contains many features such as code coverage, mocking, parameterized test, parallel execution...
Why I think it's awesome:
Whatever the project it [always] starts by a Unix command. So having a universal shell unit-testing framework is awesome!