mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
This avoids being verbose by default, which is consistent with how we configure pytest for the admin app [1]. [1]: https://github.com/alphagov/notifications-admin/blob/master/pytest.ini#L16
10 lines
205 B
INI
10 lines
205 B
INI
[pytest]
|
|
testpaths = tests
|
|
env =
|
|
NOTIFY_ENVIRONMENT=test
|
|
MMG_API_KEY=mmg-secret-key
|
|
FIRETEXT_API_KEY=Firetext
|
|
NOTIFICATION_QUEUE_PREFIX=testing
|
|
addopts = -p no:warnings
|
|
xfail_strict = true
|