Exemple #1
0
 def test_display_accounts(self):
     '''
     This test case checks wether the account can be
     displayed
     '''
     self.assertEqual(User.display_acc(),User.user_account)
Exemple #2
0
def display_accs():
    '''
    this function display accounts 
    '''
    return User.display_acc()