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