Backporting production changes / updating tests
[margebot.git] / setup.cfg
1 [aliases]
2 test = pytest
3
4 [tool:pytest]
5 addopts = --cov=plugins --cov-report term-missing --cov-report html --pep8 --pylint --pylint-rcfile=.pylintrc --ff -x
6 markers = pep8: workaround for https://bitbucket.org/pytest-dev/pytest-pep8/issues/23/
7 pep8ignore =
8 *.py E501