def display_accounts(): return Accounts.display_accounts()
def test_display_accounts(self): ''' a test to check the display accounts function ''' self.assertEqual(Accounts.display_accounts(), Accounts.user_accounts)