Commit bf44a126a7df384693c25026c522630c3711b800
1 parent
9bdf0612
更新进门称重的方法
Showing
1 changed file
with
1 additions
and
1 deletions
main.py
@@ -34,7 +34,7 @@ def Run_Testcase(testsuit): | @@ -34,7 +34,7 @@ def Run_Testcase(testsuit): | ||
34 | 34 | ||
35 | runner=HTMLTestRunner_cn.HTMLTestRunner( | 35 | runner=HTMLTestRunner_cn.HTMLTestRunner( |
36 | stream=fp, | 36 | stream=fp, |
37 | - title=u'重构项目接口测试报告', | 37 | + title=u'进门收费系统--接口测试报告', |
38 | description=u'用例简要执行情况如下:(注:报告详细信息需要下载report.html并用浏览器打开)', | 38 | description=u'用例简要执行情况如下:(注:报告详细信息需要下载report.html并用浏览器打开)', |
39 | verbosity = 2) | 39 | verbosity = 2) |
40 | #执行用例 | 40 | #执行用例 |