
.PHONY: test 

test:
	python3 -m unittest discover
