make test

pull/8/head
Konstantin Baierer 4 years ago
parent fb247dafc2
commit 8d2227b04b

@ -7,6 +7,7 @@ help:
@echo " models Download and extract models to $(PWD)/models_eynollah"
@echo " install Install with pip"
@echo " install-dev Install editable with pip"
@echo " test Run unit tests"
@echo ""
@echo " Variables"
@echo ""
@ -33,3 +34,7 @@ install-dev:
smoke-test:
eynollah -i tests/resources/kant_aufklaerung_1784_0020.tif -o . -m $(PWD)/models_eynollah
# Run unit tests
test:
pytest tests

Loading…
Cancel
Save