From 9517d27f4094752ef38801a1c5cfc0d98329592d Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 6 Jan 2018 17:22:40 +0000 Subject: [PATCH] Add warnings to the test runner --- src/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pytest.ini b/src/pytest.ini index ddd35da7c..013a01b28 100644 --- a/src/pytest.ini +++ b/src/pytest.ini @@ -1,5 +1,6 @@ [pytest] DJANGO_SETTINGS_MODULE=paperless.settings +addopts = --pythonwarnings=all env = PAPERLESS_CONSUME=/tmp PAPERLESS_PASSPHRASE=THISISNOTASECRET