There be tests ! And a massive code reorg to support the tests, And pep8 and pylint...
[margebot.git] / setup.cfg
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..2103725
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[aliases]
+test = pytest
+
+[tool:pytest]
+addopts = --cov=plugins --cov-report term-missing --cov-report html --pep8 --pylint --pylint-rcfile=.pylintrc
+pep8ignore =
+   *.py E501
\ No newline at end of file