Exemplo n.º 1
0
class TestResetPassword(unittest.TestCase):
    def setUp(self):
        self.client = SharkClient('debug')
        
    def test_reset_password(self):
        res = self.client.test_reset_password('15011431186', '123456')
        print res