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