test: integration test patches

This commit is contained in:
2024-12-28 16:39:58 +01:00
parent 97959ef5da
commit dc4c6784cb
6 changed files with 19 additions and 72 deletions

View File

@ -5,13 +5,6 @@ setup() {
_common_setup
}
@test "recipe list" {
run $ABRA recipe list
assert_success
NUM_RECIPES=$(jq length "$ABRA_DIR/catalogue/recipes.json")
assert_output --partial "total recipes: $NUM_RECIPES"
}
@test "recipe list with pattern" {
run $ABRA recipe list --pattern cloud
assert_success