Tbruand commited on
Commit
8ed58a5
·
1 Parent(s): c06677f

chore(test): ajoute pytest-cov aux dépendances et configure tox.ini

Browse files
Files changed (1) hide show
  1. tox.ini +4 -1
tox.ini CHANGED
@@ -1,3 +1,6 @@
1
  [pytest]
2
  testpaths = tests
3
- python_files = test_*.py
 
 
 
 
1
  [pytest]
2
  testpaths = tests
3
+ python_files = test_*.py
4
+ filterwarnings =
5
+ ignore::DeprecationWarning
6
+ addopts = --cov=app