示例#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()