@@ -1,8 +1,10 @@
.PHONY: test
test:
test: clean
py.test tests
clean:
rm -rf build
find . -name '.pytest_cache' -exec rm -rf {} +
find . -name '__pycache__' -exec rm -rf {} +
The note is not visible to the blocked user.