PYTHON ?= python3

test:
	$(PYTHON) -m pytest tests/ -q

.PHONY: test
