Exemplo n.º 1
0
 def test_should_set_action(self):
     c = SMS('user-login', 'api-key')
     c.set_action('test')
     self.assertEqual(c.action, 'test')
Exemplo n.º 2
0
 def test_should_set_action(self):
     c = SMS('user-login', 'api-key')
     c.set_action('test')
     self.assertEqual(c.action, 'test')