Commit 126667b9 by zhaihuitao

Update run_all_cases.py

parent 4471ce82
......@@ -8,7 +8,6 @@
import unittest
import os
import HTMLTestReportCN
import sys
import importlib
importlib.reload(sys)
......@@ -24,6 +23,7 @@ curPath = os.path.abspath(os.path.dirname(__file__))
rootPath = os.path.split(curPath)[0]
sys.path.append(rootPath)
import HTMLTestReportCN
"""添加用例地址"""
case_path = os.path.join(os.getcwd())
......
Markdown is supported
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