Commit d39bd5d5 by zhaihuitao

update

parent 141a5836
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
import unittest import unittest
import os import os
import HTMLTestReportCN import HTMLTestRunner
import sys import sys
...@@ -26,7 +26,7 @@ def all_case(): ...@@ -26,7 +26,7 @@ def all_case():
if __name__ == "__main__": if __name__ == "__main__":
fp = open(report_path, 'wb') fp = open(report_path, 'wb')
runner = HTMLTestReportCN.HTMLTestRunner( runner = HTMLTestRunner.HTMLTestRunner(
stream=fp, stream=fp,
title='<TKIO接口监控报告>', title='<TKIO接口监控报告>',
description=u'TKIO接口自动化测试用例', description=u'TKIO接口自动化测试用例',
......
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