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: