Add pytest.ini (coverage etc...)

This commit is contained in:
Pedro Ferreira 2017-08-01 19:39:15 +02:00
parent fc67995e6b
commit ad604315ad

3
pytest.ini Normal file
View File

@ -0,0 +1,3 @@
[pytest]
addopts = --cov ssb --cov-report term-missing --no-cov-on-fail
python_files = ssb/tests/test_*.py