Пример #1
0
 def test_email_mismatch(self):
     eq_(user_exists('*****@*****.**', 'Candidate', 'Candy', '2010'),
         False)
Пример #2
0
 def test_exists(self):
     ok_(user_exists('*****@*****.**', 'Candidate', 'Candy', '2010'))