Update run_excel_re.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user