Sign in
autotest
/
jmsf-re
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bf44a126a7df384693c25026c522630c3711b800
Authored by
lixi
2021-08-06 11:06:50 +0800
1 parent
9bdf0612
build: skipped
更新进门称重的方法
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.py
main.py
View file @
bf44a12
...
...
@@ -34,7 +34,7 @@ def Run_Testcase(testsuit):
34
34
35
35
runner=HTMLTestRunner_cn.HTMLTestRunner(
36
36
stream=fp,
37
- title=u'
重构项目
接口测试报告',
37
+ title=u'
进门收费系统--
接口测试报告',
38
38
description=u'用例简要执行情况如下:(注:报告详细信息需要下载report.html并用浏览器打开)',
39
39
verbosity = 2)
40
40
#执行用例
...
...