Configure testing.

This commit is contained in:
Alexis Lahouze 2017-05-19 08:40:05 +02:00
parent 280ddf699a
commit ea83ca3610
1 changed files with 12 additions and 0 deletions

12
setup.cfg Normal file
View File

@ -0,0 +1,12 @@
[aliases]
test=pytest
[tool:pytest]
addopts=
--verbose --verbose --capture=no --ignore="virtualenv" --showlocals
--flakes
--pylint
--cov-report term --cov-report html --cov=accountant
flakes-ignore=
accountant/migrations/*.py UnusedImport