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