backupninja/test
Jerome Charaoui 57b2f217a8 tests: Support component-specific setup & teardown
This introduces support for setup_*, teardown_*, being_* and finish_*
functions in component tests. For example, when testing the sh handler
component in "sh.bats", this will invoke setup_sh and teardown_sh for
each test case, and begin_sh and finish_sh at the beginning of the first
test case and at the end of the last one.
2021-01-06 22:36:20 -05:00
..
backupninja.bats tests: Fix scheduling testcase 2021-01-06 22:36:20 -05:00
common.bash tests: Support component-specific setup & teardown 2021-01-06 22:36:20 -05:00
sh.bats tests: Add testcase for sh handler 2021-01-06 22:36:20 -05:00
sys.bats tests: Improve naming is sys test cases 2021-01-06 22:36:20 -05:00
test.sh tests: Allow launching tests for specific component 2021-01-06 22:36:20 -05:00