🐛 Makefile: Fix "make test"

fix/readme-no-checkpoint
Gerber, Mike 5 years ago
parent c1b83a707b
commit c46b719c3d

@ -75,7 +75,7 @@ assets-clean:
# Run unit tests
test: test/assets calamari_models
# declare -p HTTP_PROXY
$(PYTHON) -m pytest --continue-on-collection-errors test $(PYTEST_ARGS)
python3 -m pytest --continue-on-collection-errors test $(PYTEST_ARGS)
# Run unit tests and determine test coverage
coverage: test/assets calamari_models

Loading…
Cancel
Save