.PHONY: check test

check: test

test:
	PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v
