mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-09 11:59:27 -05:00
17 lines
283 B
INI
17 lines
283 B
INI
[pycodestyle]
|
|
exclude = migrations, paperless/settings.py, .tox, */tests/*
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE=paperless.settings
|
|
addopts = --pythonwarnings=all
|
|
env =
|
|
PAPERLESS_SECRET=paperless
|
|
PAPERLESS_EMAIL_SECRET=paperless
|
|
|
|
|
|
[coverage:run]
|
|
source =
|
|
./
|
|
omit =
|
|
*/tests/*
|