BATS(1) Bash Automated Testing System BATS(1) (NAME) bats - (Bash Automated Testing System) (SYNOPSIS) bats [] bats [-h | -v] Bats Bats ( ".bats") . (DESCRIPTION) Bats TAP Bash . . Bats Bash (test cases) . . . Bats errexit (set -e) Bash . 0 () . (assertion) . Bats bats(7) . (RUNNING TESTS) bats . . bats 0 . bats 1 . bats .bats . Bats . bats 1 . (FILTERING TESTS) : o --filter o --filter-status o --filter-tags --FILTER-TAGS TAG-LIST --filter-tags . . . bats --filter-tags a,b,c a,b,c . bats --filter-tags a,!b,c b a,b,c a,c . --filter-tags (AND) . --filter-tags . . --filter-tags (OR) . --filter-tags a,!b --filter-tags b,c : ( a b ) ( b c ). . (OPTIONS) o --abort: o --allow-empty-suite: ( ) . o -c, --count: o --code-quote-style