示例#1
0
 def test_should_set_request_id(self):
     c = SMS('user-login', 'api-key')
     c.set_sms_request_id('12abcdefgh34!.')
     self.assertEqual(c.request_id, '12abcdefgh34')
 def test_should_set_request_id(self):
     c = SMS('user-login', 'api-key')
     c.set_sms_request_id('12abcdefgh34!.')
     self.assertEqual(c.request_id, '12abcdefgh34')