test: moar chaos stability 😌 [ci skip]

This commit is contained in:
2025-01-05 16:12:06 +01:00
parent 9b271a6963
commit c88fc66c99
15 changed files with 116 additions and 2 deletions

View File

@ -94,6 +94,9 @@ teardown(){
assert_success
assert_output --partial 'foo'
assert_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_equal "$(_git_status)" "?? foo"
run $ABRA app new "$TEST_RECIPE" \
--no-input \
--server "$TEST_SERVER" \
@ -114,6 +117,9 @@ teardown(){
assert_success
assert_output --partial 'foo'
assert_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_equal "$(_git_status)" "?? foo"
run $ABRA app new "$TEST_RECIPE" \
--no-input \
--chaos \