test: test arguments, notes, local tag lookup

This commit is contained in:
2023-09-23 09:17:24 +02:00
parent 510ce66570
commit 575bfbb0fb
19 changed files with 398 additions and 139 deletions

View File

@ -17,6 +17,13 @@ setup(){
_common_setup
}
teardown(){
# https://github.com/bats-core/bats-core/issues/383#issuecomment-738628888
if [[ -z "${BATS_TEST_COMPLETED}" ]]; then
_undeploy_app
fi
}
@test "ls validate app argument" {
run $ABRA app volume ls
assert_failure