API: use of py.test as test runner

This commit is contained in:
Sam
2018-04-09 14:24:46 +02:00
parent a23643b24d
commit 2c5ad23f0c
3 changed files with 3 additions and 9 deletions

View File

@ -44,7 +44,7 @@ test-e2e:
$(NPM) test
test-python:
$(FLASK) test_local
$(PYTEST) mpwo_api
upgrade-db:
$(FLASK) db upgrade --directory $(MIGRATIONS)