def test_email_mismatch(self):
     eq_(user_exists('*****@*****.**', 'Candidate', 'Candy', '2010'),
         False)
 def test_exists(self):
     ok_(user_exists('*****@*****.**', 'Candidate', 'Candy', '2010'))