.PHONY: test
test:
	python3 -m unittest discover "./test" "*_test.py"