mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 05:28:49 -04:00
- if a service is in research mode the don't send the notifications via the providers (MMG/SES/etc) - instead set up a task to mimic those services callbacks - this completes the loop, and show stats, delivery receipts and so on. - Use the "to" field to choose the response, allows users to create successful and errored notifications temp fail sms, uses "07833333333" perm fail sms, uses = "07822222222" success = "07811111111" (or anything else) success email = "delivered@simulator.notify" perm fail = "perm-fail@simulator.notify" temp fail = "temp-fail@simulator.notify"
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
-r requirements.txt
|
|
pep8==1.5.7
|
|
pytest==2.8.3
|
|
pytest-mock==0.8.1
|
|
pytest-cov==2.2.0
|
|
mock==1.0.1
|
|
moto==0.4.19
|
|
freezegun==0.3.6
|
|
requests-mock==0.7.0
|