There be tests ! And a massive code reorg to support the tests, And pep8 and pylint...
[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
6 pep8ignore =
7 *.py E501