mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
🐛 Makefile: Fix "make test"
This commit is contained in:
parent
c46b719c3d
commit
40316904d4
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -3,6 +3,7 @@ PIP_INSTALL = pip3 install
|
|||
|
||||
# '$(GIT_CLONE)'
|
||||
GIT_CLONE = git clone
|
||||
PYTHON = python3
|
||||
|
||||
# BEGIN-EVAL makefile-parser --make-help Makefile
|
||||
|
||||
|
@ -23,6 +24,7 @@ help:
|
|||
@echo ""
|
||||
@echo " Variables"
|
||||
@echo ""
|
||||
@echo " PYTHON '$(PYTHON)'"
|
||||
@echo " PIP_INSTALL '$(PIP_INSTALL)'"
|
||||
@echo " GIT_CLONE '$(GIT_CLONE)'"
|
||||
|
||||
|
@ -75,7 +77,7 @@ assets-clean:
|
|||
# Run unit tests
|
||||
test: test/assets calamari_models
|
||||
# declare -p HTTP_PROXY
|
||||
python3 -m pytest --continue-on-collection-errors test $(PYTEST_ARGS)
|
||||
$(PYTHON) -m pytest --continue-on-collection-errors test $(PYTEST_ARGS)
|
||||
|
||||
# Run unit tests and determine test coverage
|
||||
coverage: test/assets calamari_models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue