Tbruand commited on
Commit
59c0077
·
1 Parent(s): 95110b5

chore(testing): ajoute un fichier tox.ini pour configurer pytest

Browse files
Files changed (1) hide show
  1. tox.ini +3 -0
tox.ini CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [pytest]
2
+ testpaths = tests
3
+ python_files = test_*.py