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