.PHONY: test

test:
    python -m unittest discover -s tests -p 'test_*.py'
