icm/Makefile

7 lines
88 B
Makefile

tdd:
git ls-files | entr pipenv run pytest --lf --nf
test:
pipenv run pytest $(opt)