From 6ea473d97a2e75ba8e046db901b7d08f3792ec74 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Thu, 7 Sep 2023 15:35:20 +0200 Subject: [PATCH] Start both unit and functionnal test? --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ca2bfce..6c4279f 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,7 @@ run_dev: git ls-files | entr -r pipenv run python dev.py tdd: - git ls-files | entr make test opt='$(opt)' - git ls-files | entr make functionnal_tests + git ls-files | entr make test functionnal_tests opt='$(opt)' refactor_tdd: make tdd opt="--pdb --ff --lf --ff -x"