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