Exemplo n.º 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')
Exemplo n.º 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')