예제 #1
0
 def test_should_set_recipients_last_names(self):
     c = SMS('user-login', 'api-key')
     c.set_recipients_last_names('test')
     self.assertEqual(c.recipients_last_names, 'test')
예제 #2
0
 def test_should_set_recipients_last_names(self):
     c = SMS('user-login', 'api-key')
     c.set_recipients_last_names('test')
     self.assertEqual(c.recipients_last_names, 'test')