mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Quieten output for pytest
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
This commit is contained in:
@@ -5,5 +5,5 @@ env =
|
|||||||
MMG_API_KEY=mmg-secret-key
|
MMG_API_KEY=mmg-secret-key
|
||||||
FIRETEXT_API_KEY=Firetext
|
FIRETEXT_API_KEY=Firetext
|
||||||
NOTIFICATION_QUEUE_PREFIX=testing
|
NOTIFICATION_QUEUE_PREFIX=testing
|
||||||
addopts = -v -p no:warnings
|
addopts = -p no:warnings
|
||||||
xfail_strict = true
|
xfail_strict = true
|
||||||
|
|||||||
Reference in New Issue
Block a user