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