示例#1
0
 def test_should_set_sms_ticket(self):
     c = SMS('user-login', 'api-key')
     c.set_sms_ticket('test')
     self.assertEqual(c.sms_ticket, 'test')
 def test_should_set_sms_ticket(self):
     c = SMS('user-login', 'api-key')
     c.set_sms_ticket('test')
     self.assertEqual(c.sms_ticket, 'test')