Esempio n. 1
0
 def test_account_exixts(self):
     '''
     test to check if we can return a boolean if we can not find the contact
     '''
     self.new_account.save_user()
     test_account = Users("Test","account","jk25")
     test_account.save_user()
     account_exists = Users.account_exist("account")
     self.assertTrue(account_exists)