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