예제 #1
0
    def test_show_account_details(self):

        self.assertEqual(UserAccount.show_user_details(),
                         UserAccount.user_pass_list)
예제 #2
0
def show_account_credentials():
    return UserAccount.show_user_details()