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