oncall-engine/engine/apps/twilioapp/tests
Yulya Artyukhina 35ddfab0e4
Add method to send notification bundle by SMS (#4624)
# What this PR does
Adds method to render and send notification bundle by sms.

Example of SMS message:
```
Grafana OnCall: Alert groups #1, #2, #3 and 2 more 
from stack: TestOrganization, 
integrations: Grafana Alerting and 1 more.
```

Should be merged with https://github.com/grafana/oncall/pull/4457

## Which issue(s) this PR closes
https://github.com/grafana/oncall-private/issues/2713

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-07-16 14:20:16 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
conftest.py Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
factories.py Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
test_phone_calls.py Fix warnings when running backend tests (#2079) 2023-06-06 18:38:00 +00:00
test_senders.py Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
test_sms_message.py Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
test_twilio_provider.py Add BaseFailed exceptions for phone_notificator (#2074) 2023-06-08 05:55:41 +00:00