PHONY=check test pytest

PYTHON ?= python

#: Run all tests
test check pytest:
	pytest
