diff --git a/python/Makefile b/python/Makefile index 1718c65..842a5f6 100644 --- a/python/Makefile +++ b/python/Makefile @@ -19,7 +19,7 @@ start: $(DATA) | venv check-python-works .PHONY: test test: | venv check-python-works - @sh -c '. ./activate.sh && python toolbox_unit_test.py' + @sh -c '. ./activate.sh && python project_test.py' .PHONY: debug debug: $(DATA) | venv check-python-works check-pudb-works