示例#1
0
 def test_should_set_with_replies(self):
     c = SMS('user-login', 'api-key')
     c.set_option_with_replies(1)
     self.assertEqual(c.with_replies, 1)
 def test_should_set_with_replies(self):
     c = SMS('user-login', 'api-key')
     c.set_option_with_replies(1)
     self.assertEqual(c.with_replies, 1)