python/Makefile : fix test target
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user