Commit 6cd535dd authored by xiao-hesheng's avatar xiao-hesheng
Browse files

脚本优化

parent 32b2fc8a
......@@ -29,4 +29,4 @@ try:
test1()
commonFuc().check_text_exist_result_text('succees','succees')
except:
commonFuc().check_text_exist_result_text('error','1')
commonFuc().check_text_exist_result_text('error','succees')
import os
import sys
current_directory = os.path.dirname(os.path.realpath(sys.argv[0]))
sys.path.append(current_directory)
from common.common_func import commonFuc
pro_path=commonFuc().get_pro_path()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment