Ejemplo n.º 1
0
 def test_email_mismatch(self):
     eq_(user_exists('*****@*****.**', 'Candidate', 'Candy', '2010'),
         False)
Ejemplo n.º 2
0
 def test_exists(self):
     ok_(user_exists('*****@*****.**', 'Candidate', 'Candy', '2010'))