parallel tests.

This commit is contained in:
jonaswinkler
2020-11-27 14:00:52 +01:00
parent 6834e563a8
commit 6c308116d6
2 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ exclude = migrations, paperless/settings.py, .tox, */tests/*
[tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html
addopts = --pythonwarnings=all --cov --cov-report=html -n auto
env =
PAPERLESS_DISABLE_DBHANDLER=true