python/Makefile : fix test target
This commit is contained in:
@ -19,7 +19,7 @@ start: $(DATA) | venv check-python-works
|
|||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: | venv check-python-works
|
test: | venv check-python-works
|
||||||
@sh -c '. ./activate.sh && python toolbox_unit_test.py'
|
@sh -c '. ./activate.sh && python project_test.py'
|
||||||
|
|
||||||
.PHONY: debug
|
.PHONY: debug
|
||||||
debug: $(DATA) | venv check-python-works check-pudb-works
|
debug: $(DATA) | venv check-python-works check-pudb-works
|
||||||
|
Reference in New Issue
Block a user