Add pytest and tox to run tests
This commit is contained in:
parent
1529ed2086
commit
2eaa8a4a1b
8 changed files with 98 additions and 5 deletions
6
requirements-tests.txt
Normal file
6
requirements-tests.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
pytest
|
||||
pytest-cov
|
||||
python-coveralls
|
||||
pytest-flask
|
||||
pytest-runner
|
||||
-e git+https://github.com/ant31/pytest-sugar.git#egg=pytest-sugar
|
Reference in a new issue