Ejemplo n.º 1
0
def display_accounts():
    return Accounts.display_accounts()
Ejemplo n.º 2
0
 def test_display_accounts(self):
     '''
     a test to check the display accounts function
     '''
     self.assertEqual(Accounts.display_accounts(),
                      Accounts.user_accounts)