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