示例#1
0
 def test_should_set_sms_recipients(self):
     c = SMS('user-login', 'api-key')
     c.set_sms_recipients('test')
     self.assertEqual(c.sms_recipients, 'test')
 def test_should_set_sms_recipients(self):
     c = SMS('user-login', 'api-key')
     c.set_sms_recipients('test')
     self.assertEqual(c.sms_recipients, 'test')