コード例 #1
0
ファイル: run.py プロジェクト: dennishg32/Password-Locker
def findAll():
    """
    display all account
  """
    return Credential.findAll()
コード例 #2
0
 def findallTest(self):
     """
   Function to test if we can find all accounts registered
 """
     self.assertEqual(Credential.findAll(), Credential.accountList)