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