bashunit
Test framework
A comprehensive testing framework for Bash scripts.
A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way.
328 stars
8 watching
28 forks
Language: Shell
last commit: 12 days ago
Linked from 1 awesome list
assertionsbashbash-scriptmockingtddtest-driven-developmenttestingtesting-frameworkunittestunittest-frameworkunittestingunittesting-library
Related projects:
Repository | Description | Stars |
---|---|---|
pgrange/bash_unit | A framework for writing and running unit tests in bash, providing assertions and test-driven development functionality. | 604 |
suites-dev/suites | A comprehensive testing framework for building reliable unit tests in TypeScript applications | 367 |
rafritts/bunit | A lightweight unit testing framework for Bash scripts. | 197 |
tomokimiyauci/unitest | A testing framework designed to work seamlessly with the Deno runtime API, supporting a range of environments and test styles. | 7 |
lehmannro/assert.sh | A shell-based unit testing framework designed to simplify testing of programs that modify process state | 486 |
danielstjules/pho | A test framework that allows developers to write tests in a familiar syntax and automatically re-runs specs during development. | 284 |
alkass/polish | A testing framework for Rust that provides a structured way to write and run test cases. | 52 |
shellspec/shellspec | A full-featured BDD unit testing framework for shell scripting languages | 1,164 |
r-lib/testthat | A testing framework that makes writing unit tests easy and integrates well with existing workflows. | 891 |
microsoft/testfx | A unit testing framework for .NET applications, allowing developers to write and run tests in various environments. | 752 |
nose-devs/nose2 | An extension of unittest to make testing more efficient and feature-rich | 796 |
zunit-zsh/zunit | A unit testing framework for ZSH projects with syntax and features inspired by BATS. | 208 |
rpav/checkl | A testing framework for Common Lisp that leverages the language's inherent testability features to simplify and enhance the testing process. | 43 |
dalekbaldwin/check-it | A test framework for Common Lisp that uses randomized property-based testing to ensure code reliability and robustness | 51 |
amokfa/datest | A testing framework for Clojure scripts that allows developers to run and analyze tests in the REPL. | 8 |