11# add command exception
2- add_command_type_exception_tag : str = "command execute_return_value type should be as method or function"
3- add_command_not_allow_package_exception_tag : str = "choose to add command package not allow"
2+ add_command_type_exception_tag : str = "command execute_return_value type must be a method or function"
3+ add_command_not_allow_package_exception_tag : str = "chosen command package is not allowed"
4+
45# send html report exception
56send_html_exception_tag : str = """
6- make sure you have installed je_mail_thunder \n
7- can" t send html report check login user and password is correct \n
8- and current working folder have default_name.html (html report default execute_detail) \n
9- or you should get the function file_path to read
7+ make sure you have installed je_mail_thunder
8+ can' t send HTML report: check that the login username and password are correct
9+ and that the current working folder contains default_name.html (the default HTML report execute_detail)
10+ or use the file_path function to read
1011"""
12+
1113# test executor exception
1214auto_control_process_executor_exception_tag : str = "can't run AutoControl"
1315api_testka_process_executor_exception_tag : str = "can't run APITestka"
1416web_runner_process_executor_exception_tag : str = "can't run WebRunner"
1517load_density_process_executor_exception_tag : str = "can't run LoadDensity"
18+
1619# Install
17- not_install_exception : str = "Please install package first, Can't find package"
20+ not_install_exception : str = "please install the package first; can't find the package"
21+
1822# ui exception
19- wrong_test_data_format_exception_tag : str = "get the wrong test data format"
23+ wrong_test_data_format_exception_tag : str = "incorrect test data format"
24+
2025# exec exception
21- exec_error : str = "AutomationEditor exec error"
26+ exec_error : str = "AutomationEditor execution error"
2227file_not_fond_error : str = "File not found"
2328compiler_not_found_error : str = "Compiler not found"
24- not_install_package_error : str = "not install required package"
29+ not_install_package_error : str = "required package not installed"
30+
2531# json exception
26- cant_reformat_json_error : str = "Can't reformat json is type right?"
27- wrong_json_data_error : str = "Can't parser json"
32+ cant_reformat_json_error : str = "can't reformat JSON: is the type correct?"
33+ wrong_json_data_error : str = "can't parse JSON"
34+
2835# XML
29- cant_read_xml_error : str = "can't read xml "
30- xml_type_error : str = "xml type error"
36+ cant_read_xml_error : str = "can't read XML "
37+ xml_type_error : str = "XML type error"
0 commit comments