Exemplo n.º 1
0
 def test_display_accs(self):
     """
     Created test to display all account credentials for user
     """
     self.assertEqual(AccountDetails.display_accs(), AccountDetails.details_list)
Exemplo n.º 2
0
def display_accounts():
    """
        Display all account credentials
    """
    return AccountDetails.display_accs()