def test_get_sent_from_default(self):
class TestNotification(TwilioTextNotification):
from_number = None
with override_settings(TWILIO_DEFAULT_FROM_NUMBER='1231231234'):
self.assertEqual(TestNotification().get_sent_from(), '1231231234')
评论列表
文章目录