File size: 18,816 Bytes
13ba451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
[
  "test_ChatController.py::test_extract_file_email_empty",
  "test_ChatController.py::test_extract_file_email_in_valid",
  "test_ChatController.py::test_extract_file_id_not_exist",
  "test_ChatController.py::test_extract_file_no_data",
  "test_ChatController.py::test_extract_file_success",
  "test_ChatController.py::test_extract_file_user_id_greater_0",
  "test_ChatController.py::test_extract_file_user_id_interger",
  "test_ChatController.py::test_extract_file_user_id_required",
  "test_ChatController.py::test_generate_question_email_empty",
  "test_ChatController.py::test_generate_question_email_in_valid",
  "test_ChatController.py::test_generate_question_id_not_exist",
  "test_ChatController.py::test_generate_question_no_data",
  "test_ChatController.py::test_generate_question_success",
  "test_ChatController.py::test_generate_question_user_id_greater_0",
  "test_ChatController.py::test_generate_question_user_id_interger",
  "test_ChatController.py::test_generate_question_user_id_required",
  "test_ChatController.py::test_query2_upgrade_chat_history_empty",
  "test_ChatController.py::test_query2_upgrade_email_empty",
  "test_ChatController.py::test_query2_upgrade_id_not_exist",
  "test_ChatController.py::test_query2_upgrade_no_answer",
  "test_ChatController.py::test_query2_upgrade_old_chat_history_empty",
  "test_ChatController.py::test_query2_upgrade_old_email_empty",
  "test_ChatController.py::test_query2_upgrade_old_email_in_valid",
  "test_ChatController.py::test_query2_upgrade_old_id_not_exist",
  "test_ChatController.py::test_query2_upgrade_old_no_answer",
  "test_ChatController.py::test_query2_upgrade_old_question_empty",
  "test_ChatController.py::test_query2_upgrade_old_success",
  "test_ChatController.py::test_query2_upgrade_question_empty",
  "test_ChatController.py::test_query2_upgrade_success",
  "test_ChatController.py::test_query_chatbot_user_id_greater_0",
  "test_ChatController.py::test_query_chatbot_user_id_interger",
  "test_ChatController.py::test_query_chatbot_user_id_required",
  "test_DefaultController.py::test_create_firebase_server_error",
  "test_DefaultController.py::test_create_firebase_user_error",
  "test_DefaultController.py::test_create_firebase_user_google",
  "test_DefaultController.py::test_create_firebase_user_google_email_must_be_string",
  "test_DefaultController.py::test_create_firebase_user_google_is_None",
  "test_DefaultController.py::test_create_firebase_user_google_token_is_required",
  "test_DefaultController.py::test_create_firebase_user_google_token_must_be_str",
  "test_DefaultController.py::test_create_firebase_user_google_token_must_be_str_1",
  "test_DefaultController.py::test_create_firebase_user_null_email",
  "test_DefaultController.py::test_create_firebase_user_success",
  "test_DefaultController.py::test_email_none",
  "test_DefaultController.py::test_id_not_exist",
  "test_DefaultController.py::test_info_success",
  "test_DefaultController.py::test_info_user_email_empty",
  "test_DefaultController.py::test_info_user_email_invalid",
  "test_DefaultController.py::test_info_user_user_id_must_be_string",
  "test_DefaultController.py::test_info_user_user_id_required",
  "test_DefaultController.py::test_info_user_user_not_found",
  "test_DefaultController.py::test_invalid_email",
  "test_DefaultController.py::test_is_me_invalid_token",
  "test_DefaultController.py::test_is_me_none_token",
  "test_DefaultController.py::test_is_me_server_error",
  "test_DefaultController.py::test_is_me_success",
  "test_DefaultController.py::test_is_me_token_is_required",
  "test_DefaultController.py::test_is_me_token_must_be_string",
  "test_DefaultController.py::test_upload_image_email_empty",
  "test_DefaultController.py::test_upload_image_email_invalid",
  "test_DefaultController.py::test_upload_image_id_not_exist",
  "test_DefaultController.py::test_upload_image_server_err",
  "test_DefaultController.py::test_upload_image_success",
  "test_DefaultController.py::test_upload_image_user_id_greater_than_0",
  "test_DefaultController.py::test_upload_image_user_id_integer",
  "test_DefaultController.py::test_upload_image_user_id_interger",
  "test_DefaultController.py::test_upload_image_user_id_required",
  "test_DefaultController.py::test_user_info_server_error",
  "test_FileController.py::test_delete__all_file_user_id_required",
  "test_FileController.py::test_delete_all_file_email_empty",
  "test_FileController.py::test_delete_all_file_email_invalid",
  "test_FileController.py::test_delete_all_file_success",
  "test_FileController.py::test_delete_all_file_user_id_is_greater_0",
  "test_FileController.py::test_delete_all_file_user_id_is_integer",
  "test_FileController.py::test_delete_all_file_user_id_is_interger",
  "test_FileController.py::test_delete_file_all_file_user_id_interger",
  "test_FileController.py::test_delete_file_all_file_user_id_required",
  "test_FileController.py::test_delete_file_email_empty",
  "test_FileController.py::test_delete_file_email_invalid",
  "test_FileController.py::test_delete_file_id_not_exist",
  "test_FileController.py::test_delete_file_namefile_empty",
  "test_FileController.py::test_delete_file_success",
  "test_FileController.py::test_delete_one_file_name_file_required",
  "test_FileController.py::test_delete_one_file_user_id_is_greater_0",
  "test_FileController.py::test_delete_one_file_user_id_is_integer",
  "test_FileController.py::test_delete_one_file_user_id_is_interger",
  "test_FileController.py::test_delete_one_file_user_id_required",
  "test_FileController.py::test_download_file_email_empty",
  "test_FileController.py::test_download_file_email_invalid",
  "test_FileController.py::test_download_file_id_not_exist",
  "test_FileController.py::test_download_file_name_file_empty",
  "test_FileController.py::test_download_file_success",
  "test_FileController.py::test_download_file_user_id_required",
  "test_FileController.py::test_download_files_user_id_is_greater_0",
  "test_FileController.py::test_download_files_user_id_is_integer",
  "test_FileController.py::test_download_files_user_id_is_interger",
  "test_FileController.py::test_download_folder_email_empty",
  "test_FileController.py::test_download_folder_email_invalid",
  "test_FileController.py::test_download_folder_id_not_exist",
  "test_FileController.py::test_download_folder_success",
  "test_FileController.py::test_download_folder_user_id_is_greater_0",
  "test_FileController.py::test_download_folder_user_id_is_integer",
  "test_FileController.py::test_download_folder_user_id_is_interger",
  "test_FileController.py::test_download_folder_user_id_required",
  "test_FileController.py::test_list_name_file_email_empty",
  "test_FileController.py::test_list_name_file_email_invalid",
  "test_FileController.py::test_list_name_file_id_not_exist",
  "test_FileController.py::test_list_name_file_success",
  "test_FileController.py::test_list_name_files_user_id_is_greater_0",
  "test_FileController.py::test_list_name_files_user_id_is_integer",
  "test_FileController.py::test_list_name_files_user_id_is_interger",
  "test_FileController.py::test_list_name_files_user_id_required",
  "test_FileController.py::test_upload_file_user_id_required",
  "test_FileController.py::test_upload_files_empty_email",
  "test_FileController.py::test_upload_files_id_not_exist",
  "test_FileController.py::test_upload_files_invalid_email",
  "test_FileController.py::test_upload_files_invalid_file_type",
  "test_FileController.py::test_upload_files_success",
  "test_FileController.py::test_upload_files_user_id_is_greater_0",
  "test_FileController.py::test_upload_files_user_id_is_integer",
  "test_FileController.py::test_upload_files_user_id_is_interger",
  "test_LoginController.py::test_change_pass_confirm_required",
  "test_LoginController.py::test_change_password_current_password_empty",
  "test_LoginController.py::test_change_password_current_password_not_valid",
  "test_LoginController.py::test_change_password_current_password_required",
  "test_LoginController.py::test_change_password_email_invalid",
  "test_LoginController.py::test_change_password_email_is_empty",
  "test_LoginController.py::test_change_password_id_not_exist",
  "test_LoginController.py::test_change_password_new_password_empty",
  "test_LoginController.py::test_change_password_new_password_required",
  "test_LoginController.py::test_change_password_success",
  "test_LoginController.py::test_change_password_user_id_integer",
  "test_LoginController.py::test_change_password_user_id_integer_greater_than_0",
  "test_LoginController.py::test_change_password_user_id_required",
  "test_LoginController.py::test_check_info_google_by_email_success",
  "test_LoginController.py::test_check_info_google_email_empty",
  "test_LoginController.py::test_check_info_google_email_invalid",
  "test_LoginController.py::test_check_info_google_id_not_exist",
  "test_LoginController.py::test_check_info_google_sign_up_email_is_required",
  "test_LoginController.py::test_check_info_google_sign_up_email_must_str",
  "test_LoginController.py::test_check_info_google_signup_email_empty",
  "test_LoginController.py::test_check_info_google_signup_email_invalid",
  "test_LoginController.py::test_check_info_google_success",
  "test_LoginController.py::test_check_info_google_user_id_must_integer",
  "test_LoginController.py::test_check_info_google_user_id_must_integer_greater_than_0",
  "test_LoginController.py::test_check_info_google_user_id_required",
  "test_LoginController.py::test_check_signup_session_id_must_str",
  "test_LoginController.py::test_check_signup_session_id_required",
  "test_LoginController.py::test_check_state_login_email_empty",
  "test_LoginController.py::test_check_state_login_email_invalid",
  "test_LoginController.py::test_check_state_login_id_not_exits",
  "test_LoginController.py::test_check_state_login_not_found",
  "test_LoginController.py::test_check_state_login_session_id_must_str",
  "test_LoginController.py::test_check_state_login_session_id_required",
  "test_LoginController.py::test_check_state_login_success",
  "test_LoginController.py::test_check_state_login_user_id_must_integer",
  "test_LoginController.py::test_check_state_login_user_id_must_integer_greater_than_0",
  "test_LoginController.py::test_check_state_login_user_id_required",
  "test_LoginController.py::test_check_state_session_empty",
  "test_LoginController.py::test_login_email_can_not_empty",
  "test_LoginController.py::test_login_email_empty",
  "test_LoginController.py::test_login_email_invalid",
  "test_LoginController.py::test_login_email_not_exist",
  "test_LoginController.py::test_login_email_password_error",
  "test_LoginController.py::test_login_email_required",
  "test_LoginController.py::test_login_email_required_str",
  "test_LoginController.py::test_login_google_email_can_not_empty",
  "test_LoginController.py::test_login_google_email_empty",
  "test_LoginController.py::test_login_google_email_invalid",
  "test_LoginController.py::test_login_google_email_password_error",
  "test_LoginController.py::test_login_google_email_required",
  "test_LoginController.py::test_login_google_email_required_str",
  "test_LoginController.py::test_login_google_email_required_str_1",
  "test_LoginController.py::test_login_google_email_token_required_str",
  "test_LoginController.py::test_login_google_invalid_authorization_code",
  "test_LoginController.py::test_login_google_success",
  "test_LoginController.py::test_login_google_token_google_required",
  "test_LoginController.py::test_login_gooogle_email_can_not_empty",
  "test_LoginController.py::test_login_gooogle_email_required",
  "test_LoginController.py::test_login_invalid_authorization_code",
  "test_LoginController.py::test_login_password_empty",
  "test_LoginController.py::test_login_password_required",
  "test_LoginController.py::test_login_success",
  "test_LoginController.py::test_refresh_token_email_empty",
  "test_LoginController.py::test_refresh_token_email_invalid",
  "test_LoginController.py::test_refresh_token_success",
  "test_LoginController.py::test_refresh_token_token_empty",
  "test_LoginController.py::test_refresh_token_token_errror",
  "test_LoginController.py::test_refresh_token_token_is_required",
  "test_LoginController.py::test_refresh_token_token_must_be_str",
  "test_LoginController.py::test_refresh_token_user_id_integer",
  "test_LoginController.py::test_refresh_token_user_id_integer_greater_than_0",
  "test_LoginController.py::test_refresh_token_user_id_not_exist",
  "test_LoginController.py::test_refresh_token_user_id_required",
  "test_LoginController.py::test_reset_email_must_str",
  "test_LoginController.py::test_reset_email_required",
  "test_LoginController.py::test_reset_password_email_is_None",
  "test_LoginController.py::test_reset_password_invalid_email",
  "test_LoginController.py::test_reset_password_success",
  "test_LoginController.py::test_reset_password_user_not_found",
  "test_LoginController.py::test_sign_up_email_exist",
  "test_LoginController.py::test_sign_up_email_invadlid",
  "test_LoginController.py::test_sign_up_email_is_empty",
  "test_LoginController.py::test_sign_up_error",
  "test_LoginController.py::test_sign_up_password_empty",
  "test_LoginController.py::test_sign_up_success",
  "test_LoginController.py::test_signup_confirm_password_required",
  "test_LoginController.py::test_signup_email_is_required",
  "test_LoginController.py::test_signup_email_must_str",
  "test_LoginController.py::test_signup_password_required",
  "test_LoginController.py::test_signup_session_id_must_str",
  "test_LoginController.py::test_signup_session_id_required",
  "test_LoginController.py::test_update_user_info_dis_play_name_field_required",
  "test_LoginController.py::test_update_user_info_email_empty",
  "test_LoginController.py::test_update_user_info_email_field_required",
  "test_LoginController.py::test_update_user_info_email_invalid",
  "test_LoginController.py::test_update_user_info_email_or_password_error",
  "test_LoginController.py::test_update_user_info_id_not_exist",
  "test_LoginController.py::test_update_user_info_photo_url_field_required",
  "test_LoginController.py::test_update_user_info_success",
  "test_LoginController.py::test_update_user_info_uid_field_required",
  "test_LoginController.py::test_update_user_info_user_id_greater_than_0",
  "test_LoginController.py::test_update_user_info_user_id_integer_required",
  "test_LoginController.py::test_update_user_info_user_id_interger_required",
  "test_LoginController.py::test_update_user_info_user_id_required",
  "test_MySQLController.py::test_delete_chat_email_empty",
  "test_MySQLController.py::test_delete_chat_email_invalid",
  "test_MySQLController.py::test_delete_chat_id_not_exits",
  "test_MySQLController.py::test_delete_chat_name_empty",
  "test_MySQLController.py::test_delete_chat_name_error_500",
  "test_MySQLController.py::test_delete_chat_success",
  "test_MySQLController.py::test_edit_chat1_error",
  "test_MySQLController.py::test_edit_chat_email_empty",
  "test_MySQLController.py::test_edit_chat_email_invalid",
  "test_MySQLController.py::test_edit_chat_invalid_id",
  "test_MySQLController.py::test_edit_chat_name_new",
  "test_MySQLController.py::test_edit_chat_name_old",
  "test_MySQLController.py::test_edit_chat_success",
  "test_MySQLController.py::test_load_chat_history",
  "test_MySQLController.py::test_load_chat_history_chat_id_greater_than_inter",
  "test_MySQLController.py::test_load_chat_history_chat_id_is_required",
  "test_MySQLController.py::test_load_chat_history_empty",
  "test_MySQLController.py::test_load_chat_history_empty1",
  "test_MySQLController.py::test_load_chat_history_user_id_greater_than0",
  "test_MySQLController.py::test_load_chat_history_user_id_greater_than_inter",
  "test_MySQLController.py::test_load_chat_history_user_id_is_required",
  "test_MySQLController.py::test_load_chat_history_user_id_must_be_integer",
  "test_MySQLController.py::test_load_chat_history_user_id_mustbe_inter",
  "test_MySQLController.py::test_load_chat_history_value_mustbe_inter",
  "test_MySQLController.py::test_render_chat_empty",
  "test_MySQLController.py::test_render_chat_history",
  "test_MySQLController.py::test_render_chat_user_id_greater_than_inter",
  "test_MySQLController.py::test_render_chat_user_id_required",
  "test_MySQLController.py::test_render_chat_value_mustbe_interger",
  "test_OTPController.py::test_createOTPReset_email_empty",
  "test_OTPController.py::test_createOTPReset_email_invalid",
  "test_OTPController.py::test_createOTPReset_success",
  "test_OTPController.py::test_createOTP_email_must_be_string",
  "test_OTPController.py::test_createOTP_email_required",
  "test_OTPController.py::test_createOTP_failed_empty_email",
  "test_OTPController.py::test_createOTP_failed_empty_invalid",
  "test_OTPController.py::test_createOTP_success",
  "test_OTPController.py::test_create_otp_with_missing_body",
  "test_OTPController.py::test_create_otp_with_missing_email",
  "test_OTPController.py::test_verifyOTPReset1_success",
  "test_OTPController.py::test_verifyOTPReset_email_is_required",
  "test_OTPController.py::test_verifyOTPReset_failed_empty_email",
  "test_OTPController.py::test_verifyOTPReset_failed_empty_otp",
  "test_OTPController.py::test_verifyOTPReset_failed_invalid_email",
  "test_OTPController.py::test_verifyOTPReset_failed_invalid_otp",
  "test_OTPController.py::test_verifyOTPReset_failed_no_otp_found",
  "test_OTPController.py::test_verifyOTPReset_has_expired",
  "test_OTPController.py::test_verifyOTPReset_otp_email_must_be_string",
  "test_OTPController.py::test_verifyOTPReset_otp_is_required",
  "test_OTPController.py::test_verifyOTPReset_otp_max_length",
  "test_OTPController.py::test_verifyOTPReset_otp_must_be_string",
  "test_OTPController.py::test_verifyOTP_email_is_required",
  "test_OTPController.py::test_verifyOTP_failed_empty_email",
  "test_OTPController.py::test_verifyOTP_failed_empty_otp",
  "test_OTPController.py::test_verifyOTP_failed_invalid_email",
  "test_OTPController.py::test_verifyOTP_failed_invalid_otp",
  "test_OTPController.py::test_verifyOTP_failed_no_otp_found",
  "test_OTPController.py::test_verifyOTP_has_expired",
  "test_OTPController.py::test_verifyOTP_otp_email_must_be_string",
  "test_OTPController.py::test_verifyOTP_otp_is_required",
  "test_OTPController.py::test_verifyOTP_otp_max_length",
  "test_OTPController.py::test_verifyOTP_otp_must_be_string",
  "test_OTPController.py::test_verifyOTP_success"
]