#!/usr/bin/make -f
%:
	dh $@
override_dh_auto_test:
	python3 -m unittest discover tests
	python3 /usr/bin/flake8 tests
