Files
Sheerka-Old/Makefile
T
2019-07-26 23:49:02 +02:00

9 lines
92 B
Makefile

.PHONY: test
test:
py.test tests
clean:
find . -name '.pytest_cache' -exec rm -rf {} +