mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
make test
This commit is contained in:
parent
fb247dafc2
commit
8d2227b04b
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -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…
Add table
Add a link
Reference in a new issue