Ajout des fichiers à tester dans la commande des tests du Makefile

This commit is contained in:
Guillaume Ayoub 2018-05-11 19:01:37 +02:00
parent b7c4006f13
commit 73a79c8fd9

View File

@ -18,7 +18,7 @@ check-outdated:
$(PIP) list --outdated --format=columns
test:
$(PYTHON) -m pytest --flake8 --isort --cov=afpy --cov=tests --cov-report=term-missing
$(PYTHON) -m pytest tests.py afpy.py --flake8 --isort --cov=afpy --cov=tests --cov-report=term-missing
serve:
env FLASK_APP=afpy.py FLASK_ENV=development $(FLASK) run