Exemple #1
0
 def testLostPasswordSchool(self):
     #send email with regenerated password
     auth = Auth()
     self.assertTrue(auth.lostPasswordSchool("*****@*****.**"))
     self.assertFalse(auth.lostPasswordSchool("*****@*****.**"))