Update run_excel_re.py

This commit is contained in:
liwanlei
2020-07-09 17:38:39 +08:00
committed by GitHub
parent ff21f98cd1
commit 60f6601e8f

View File

@@ -18,7 +18,7 @@ def start():
basdir = os.path.abspath(os.path.dirname(__file__))
path = os.getcwd() + '//test_case_data//case.xlsx'
listid, listkey, listconeent, listurl, listfangshi, listqiwang, listname = datacel(path)
listrelust, list_fail, list_pass, list_json = testinterface()
listrelust, list_fail, list_pass, list_json,list_weizhi = testinterface()
filepath = os.path.join(basdir + '\\test_Report\\%s-result.xls' % m)
if os.path.exists(filepath) is False:
os.system(r'touch %s' % filepath)