Start both unit and functionnal test?

This commit is contained in:
Colin Goutte 2023-09-07 15:35:20 +02:00
parent 3897771ecb
commit 6ea473d97a
1 changed files with 1 additions and 2 deletions

View File

@ -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"