コード例 #1
0
ファイル: testAuth.py プロジェクト: rocel/jogodojornal
 def testLostPasswordSchool(self):
     #send email with regenerated password
     auth = Auth()
     self.assertTrue(auth.lostPasswordSchool("*****@*****.**"))
     self.assertFalse(auth.lostPasswordSchool("*****@*****.**"))