From 5bb54cc9dccae91dea64686ddd60c51fb51a7190 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Fri, 25 Aug 2023 15:31:29 +0200 Subject: [PATCH] Better directive for tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52ab0fb..e5da80a 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ run_dev: git ls-files | entr -r pipenv run python dev.py tdd: - git ls-files | entr pipenv run pytest --lf --nf test_* - # git ls-files | entr make functionnal_tests + git ls-files | entr make test opt='--lf --ff' + git ls-files | entr make functionnal_tests test: