mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
16 lines
286 B
INI
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/*
|