13 lines
261 B
INI
13 lines
261 B
INI
[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
|