mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
16 lines
320 B
INI
16 lines
320 B
INI
[pycodestyle]
|
|
exclude = migrations, paperless/settings.py
|
|
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE=paperless.settings
|
|
addopts = --pythonwarnings=all -n auto
|
|
env =
|
|
PAPERLESS_CONSUME=/tmp
|
|
PAPERLESS_PASSPHRASE=THISISNOTASECRET
|
|
PAPERLESS_SECRET=paperless
|
|
PAPERLESS_EMAIL_SECRET=paperless
|
|
|
|
[coverage:paths]
|
|
source = ./
|