Configure testing.
This commit is contained in:
parent
280ddf699a
commit
ea83ca3610
12
setup.cfg
Normal file
12
setup.cfg
Normal 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
|
Loading…
x
Reference in New Issue
Block a user