test:
	coverage run -m unittest discover testing; \
	coverage report; \
	coverage html
clean:
	rm -r .coverage htmlcov