shell script that can be sourced to have produce TAP output for test files
- create
tests/setup.sh - create test files, ex
tests/example.test.sh - run tests, and on success call
ok <test name>orfail <test name>(orskip <test-name>)
do need to ensure that none of the tests output TAP related output (ex redirecting stdout)