Commit 8d9cdde6 by zhaihuitao

update

parent bbdf97ce
...@@ -9,8 +9,12 @@ ...@@ -9,8 +9,12 @@
import unittest import unittest
import os import os
import HTMLTestReportCN import HTMLTestReportCN
import sys
curPath = os.path.abspath(os.path.dirname(__file__))
rootPath = os.path.split(curPath)[0]
sys.path.append(rootPath)
case_path = os.path.join(os.getcwd()) case_path = os.path.join(os.getcwd())
report_path = r"/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/report/result.html" report_path = r"/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/report/result.html"
......
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