From 8b74678c7db4103f948940b53a591b0041353a85 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 21 Sep 2023 10:32:35 +0200 Subject: [PATCH] docs: tip to run recipe related tests --- docs/abra/hack.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 154e130..88e5a8f 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -91,6 +91,12 @@ You can run a specific file. bats -Tp tests/integration/autocomplete.bats ``` +For example, if you want to check that all `abra recipe ...` tests remain working. + +``` +bats -Tp tests/integration/recipe_* +``` + You can filter on test names to run specific kinds of tests. ```