예제 #1
0
 def test_authenticate_bad(self):
     self.assertEquals(
         Person.authenticate(
             'snhorne',
             self.person_one.account,
             'wrongpassword',
         ), None)
예제 #2
0
 def test_authenticate_bad(self):
     self.assertEquals(
         Person.authenticate(
             'snhorne',
             self.person_one.account,
             'wrongpassword',
         ),
         None
     )