Files
notifications-admin/pytest.ini
Leo Hemsted 1d67c82f0f utils bump
also dont use splitlines on csv data, there might be quoted newlines we dont want to split on
2019-08-02 14:34:05 +01:00

18 lines
420 B
INI

[pytest]
xfail_strict=true
testpaths = tests
log_level = 999
env =
NOTIFY_ENVIRONMENT=test
ADMIN_CLIENT_SECRET=dev-notify-secret-key
API_HOST_NAME=test
DANGEROUS_SALT=dev-notify-salt
SECRET_KEY=dev-notify-secret-key
ZENDESK_API_KEY=test
STATSD_PREFIX=stats-prefix
REDIS_ENABLED=0
filterwarnings =
error:Applying marks directly:pytest.RemovedInPytest4Warning
addopts = -p no:warnings