Files
notifications-api/requirements_for_test.txt
Martyn Inglis 909fac3c05 Added research mode tasks
- 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"
2016-05-31 16:55:26 +01:00

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