Better directive for tests

This commit is contained in:
Colin Goutte 2023-08-25 15:31:29 +02:00
parent 6dce239b1e
commit 5bb54cc9dc
1 changed files with 2 additions and 2 deletions

View File

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