Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-30load.bash: Include `refute_regex.bash`Alex Thiessen
2022-05-26load.bash: Include `assert_regex.bash`Alex Thiessen
2021-10-19Add support for 'assert_not_equal'.Josh Wheeler
2019-01-29Shellcheck lint fixesJason Karns
- Adds checks to verify bats-provided vars are set (errors otherwise) - Disables dynamic source lint rule - Removes no-op check of `$?=0` - Fixes declare+assign same line lint warning
2019-01-29Extract assertions to separate filesJason Karns
2016-02-10Initial commitZoltan Tombol