1、优化断言 2、优化依赖接口调用

This commit is contained in:
floraachy
2023-12-13 12:14:05 +08:00
parent 4d11d91544
commit 3c713a1ed3
28 changed files with 762 additions and 443 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ ENV_VARS = {
"db_user": "root",
"db_pwd": "**********",
"db_database": "test**********",
"ssh": True,
"ssh": False,
"ssh_host": "xx.xx.xx.xx",
"ssh_port": 3306,
"ssh_user": "root",
@@ -90,7 +90,7 @@ class RunConfig:
CASE_FILE_TYPE = 1
# 0表示默认不发送任何通知, 1 代表钉钉通知,2 代表企业微信通知, 3 代表邮件通知, 4 代表所有途径都发送通知
SEND_RESULT_TYPE = 3
SEND_RESULT_TYPE = 0
# 指定日志收集级别
LOG_LEVEL = "DEBUG" # 可选值:TRACE DEBUG INFO SUCCESS WARNING ERROR CRITICAL