PHONY=check test pytest

PYTHON ?= python

#: Run all tests
test check pytest:
	$(PYTHON) -m pytest
