- bash_spec - source this file at the top of your test script.
- test_spec - unit tests for bash_spec.
- fizzbuzz-bash - sample 'application' to illustrate unit testing.
- fizzbuzz-test - sample test script for fizzbuzz-korn.
- phone-bash - sample 'application' to illustrate unit testing.
- phone-test - sample test script for phone-korn.
- install-test - simple validation that packages are installed and have the expected permissions.
curl -O https://github.com/@raw/neopragma/bash-spec/master/bash_specNote the project name has a dash while the script itself has an underscore (for your amusement and convenience).
Add pwd to PATH:
. ./envvarsWrapper script to run tests:
run install-testrun all