paperless-ngx/src/setup.cfg
2020-11-27 14:00:52 +01:00

16 lines
286 B
INI

[pycodestyle]
exclude = migrations, paperless/settings.py, .tox, */tests/*
[tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html -n auto
env =
PAPERLESS_DISABLE_DBHANDLER=true
[coverage:run]
source =
./
omit =
*/tests/*