Exemplo n.º 1
0
def findAll():
    """
    display all account
  """
    return Credential.findAll()
Exemplo n.º 2
0
 def findallTest(self):
     """
   Function to test if we can find all accounts registered
 """
     self.assertEqual(Credential.findAll(), Credential.accountList)