Skip to content

_qa_scripts_README

devlinjunker edited this page Jan 5, 2021 · 1 revision

Testing Script Files

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>
Clone this wiki locally