mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-08 19:29:53 +02:00
🐛 Makefile: Fix "make test"
This commit is contained in:
parent
c1b83a707b
commit
c46b719c3d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -75,7 +75,7 @@ assets-clean:
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
test: test/assets calamari_models
|
test: test/assets calamari_models
|
||||||
# declare -p HTTP_PROXY
|
# 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
|
# Run unit tests and determine test coverage
|
||||||
coverage: test/assets calamari_models
|
coverage: test/assets calamari_models
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue