python/Makefile : fix test target
This commit is contained in:
parent
b55713cae3
commit
8c7f2c1c97
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user