Slide 23
Slide 23 text
roundup – Alternatives
https://github.com/lehmannro/assert.sh
Sourced into test scripts, assert* functions,
no test isolation, no pre-test setup/post-test teardown
https://github.com/kward/shunit2
Sourced into test scripts, assert* functions,
oneTimeSetup()/setUp()/tearDown()/oneTimeTearDown(),
skipping possible, test suites, inactive, multiple src repos
https://github.com/sstephenson/bats
@test „description“ {} syntax, .bats sufix,
setup()/teardown(), code sharing, TAP (Test Anything Protocol)-compliant
https://medium.com/wemake-services/testing-bash-applications-85512e7fe2de