示例#1
0
 def test_should_set_recipients_first_names(self):
     c = SMS('user-login', 'api-key')
     c.set_recipients_first_names('test')
     self.assertEqual(c.recipients_first_names, 'test')
 def test_should_set_recipients_first_names(self):
     c = SMS('user-login', 'api-key')
     c.set_recipients_first_names('test')
     self.assertEqual(c.recipients_first_names, 'test')