ToxiCheck / tox.ini
Tbruand
chore(test): ajoute pytest-cov aux dépendances et configure tox.ini
8ed58a5
raw
history blame
119 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
filterwarnings =
ignore::DeprecationWarning
addopts = --cov=app