1 2 3 4 5 6 7
.PHONY: compile test compile: python3 -m discovery test: python3 -m unittest test_discovery