check:
	python -m CoverageTestRunner
	rm -f .coverage

clean:
	rm -f .coverage *.py[co] */*.py[co]
