kltn20133118's picture
Upload 258 files
13ba451 verified
{
"test_service/test_MySQLService.py::TestLoadChatHistory::test_load_chat_history_user_id_str": true,
"test_controller/test_ChatController.py::test_extract_file_user_id_required": true,
"test_controller/test_ChatController.py::test_generate_question_user_id_required": true,
"test_controller/test_DefaultController.py::test_info_user_user_id_required": true,
"test_controller/test_DefaultController.py::test_upload_image_user_id_required": true,
"test_controller/test_MySQLController.py::test_render_chat_empty": true,
"test_controller/test_MySQLController.py::test_load_chat_history_empty": true,
"test_controller/test_MySQLController.py::test_load_chat_history_empty1": true,
"test_controller/test_MySQLController.py::test_render_chat_user_id_required": true,
"test_controller/test_MySQLController.py::test_load_chat_history_chat_id_is_required": true,
"test_controller/test_MySQLController.py::test_load_chat_history_user_id_is_required": true,
"test_controller/test_LoginController.py::test_login_success": true,
"test_controller/test_LoginController.py::test_login_email_empty": true,
"test_controller/test_LoginController.py::test_login_email_invalid": true,
"test_controller/test_LoginController.py::test_login_password_empty": true,
"test_controller/test_LoginController.py::test_login_email_not_exist": true,
"test_controller/test_LoginController.py::test_login_email_password_error": true,
"test_controller/test_LoginController.py::test_login_invalid_authorization_code": true,
"test_controller/test_LoginController.py::test_login_google_success": true,
"test_controller/test_LoginController.py::test_login_google_email_empty": true,
"test_controller/test_LoginController.py::test_login_google_email_invalid": true,
"test_controller/test_LoginController.py::test_sign_up_success": true,
"test_controller/test_LoginController.py::test_sign_up_email_is_empty": true,
"test_controller/test_LoginController.py::test_sign_up_email_invadlid": true,
"test_controller/test_LoginController.py::test_sign_up_password_empty": true,
"test_controller/test_LoginController.py::test_sign_up_email_exist": true,
"test_controller/test_LoginController.py::test_sign_up_error": true,
"test_controller/test_LoginController.py::test_change_password_current_password_not_valid": true,
"test_controller/test_LoginController.py::test_refresh_token_success": true,
"test_controller/test_LoginController.py::test_refresh_token_user_id_not_exist": true,
"test_controller/test_LoginController.py::test_refresh_token_email_empty": true,
"test_controller/test_LoginController.py::test_refresh_token_email_invalid": true,
"test_controller/test_LoginController.py::test_refresh_token_token_empty": true,
"test_controller/test_LoginController.py::test_refresh_token_token_errror": true,
"test_controller/test_LoginController.py::test_login_email_required": true,
"test_controller/test_LoginController.py::test_login_email_required_str": true,
"test_controller/test_LoginController.py::test_login_password_required": true,
"test_controller/test_LoginController.py::test_login_email_can_not_empty": true,
"test_controller/test_LoginController.py::test_login_google_email_required": true,
"test_controller/test_LoginController.py::test_login_google_token_google_required": true,
"test_controller/test_LoginController.py::test_login_google_email_required_str_1": true,
"test_controller/test_LoginController.py::test_login_google_email_token_required_str": true,
"test_controller/test_LoginController.py::test_login_google_email_can_not_empty": true,
"test_controller/test_LoginController.py::test_signup_email_is_required": true,
"test_controller/test_LoginController.py::test_signup_email_must_str": true,
"test_controller/test_LoginController.py::test_signup_password_required": true,
"test_controller/test_LoginController.py::test_refresh_token_user_id_required": true,
"test_controller/test_LoginController.py::test_refresh_token_user_id_integer": true,
"test_controller/test_LoginController.py::test_refresh_token_user_id_integer_greater_than_0": true,
"test_controller/test_LoginController.py::test_refresh_token_token_must_be_str": true,
"test_controller/test_LoginController.py::test_refresh_token_token_is_required": true,
"test_controller/test_LoginController.py::test_signup_confirm_password_required": true,
"test_controller/test_DefaultController.py::test_create_firebase_user_success": true,
"test_controller/test_DefaultController.py::test_create_firebase_user_error": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_email_empty": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_email_invalid": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_email_not_exists": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_email_or_password_error": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_invalid_authorization_code": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_password_empty": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_server_error": true,
"test_service/test_LoginService.py::TestLoginFunction::test_login_success": true,
"test_service/test_LoginService.py::TestLoginGoogle::test_login_email_invalid": true,
"test_service/test_LoginService.py::TestLoginGoogle::test_login_google_email_empty": true,
"test_service/test_LoginService.py::TestLoginGoogle::test_login_google_email_not_exists": true,
"test_service/test_LoginService.py::TestLoginGoogle::test_login_google_server_error": true,
"test_service/test_LoginService.py::TestLoginGoogle::test_login_google_success": true,
"test_service/test_LoginService.py::TestCheckStateLogin::test_check_state_login_id_not_exits": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_confirm_password_do_not_match_password": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_confirm_password_empty": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_email_exist": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_email_invalid": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_email_is_empty": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_error": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_password_empty": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_server_error": true,
"test_service/test_LoginService.py::TestSignUpFunction::test_sign_up_success": true,
"test_service/test_LoginService.py::TestRefreshToken::test_refresh_token_email_empty": true,
"test_service/test_LoginService.py::TestRefreshToken::test_refresh_token_email_invalid": true,
"test_service/test_LoginService.py::TestRefreshToken::test_refresh_token_refresh_token_error": true,
"test_service/test_LoginService.py::TestRefreshToken::test_refresh_token_server_error": true,
"test_service/test_LoginService.py::TestRefreshToken::test_refresh_token_success": true,
"test_service/test_LoginService.py::TestRefreshToken::test_refresh_token_token_empty": true,
"test_service/test_LoginService.py::TestRefreshToken::test_refresh_token_user_id_not_exist": true,
"test_controller/test_LoginController.py::test_update_user_info_success": true,
"test_controller/test_LoginController.py::test_update_user_info_id_not_exist": true,
"test_controller/test_LoginController.py::test_update_user_info_email_empty": true,
"test_controller/test_LoginController.py::test_update_user_info_email_invalid": true,
"test_controller/test_LoginController.py::test_update_user_info_email_or_password_error": true,
"test_controller/test_LoginController.py::test_update_user_info_user_id_required": true,
"test_controller/test_LoginController.py::test_update_user_info_user_id_integer_required": true,
"test_controller/test_LoginController.py::test_update_user_info_user_id_greater_than_0": true,
"test_controller/test_LoginController.py::test_update_user_info_uid_field_required": true,
"test_controller/test_LoginController.py::test_update_user_info_email_field_required": true,
"test_controller/test_LoginController.py::test_update_user_info_dis_play_name_field_required": true,
"test_controller/test_LoginController.py::test_update_user_info_photo_url_field_required": true
}