generated from devlinjunker/template.github.semver
-
Notifications
You must be signed in to change notification settings - Fork 0
_qa_scripts_README
devlinjunker edited this page Jan 5, 2021
·
1 revision
Shell Script testing is done with BATS. These tests are organized in the same structure as the script/
file directory and test files will have the same name as the script they are testing.
To run every BATS test:
lib/bats-core/bin/bats qa -r
To run a single BATS test:
lib/bats-core/bin/bats <path to .bats file>