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
3b138388e2954aed8464b5b78e209086c561cf1a
Authored by
lixi
2021-08-11 10:34:42 +0800
1 parent
b035249c
优化用例代码
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.py
main.py
View file @
3b13838
...
...
@@ -74,6 +74,6 @@ if __name__ == "__main__":
74
74
#检测登录接口
75
75
my.check_login("sy_user01")
76
76
#创建测试套,运行测试用例,生成报告
77
- report=Run_Testcase(Create_Testcase_suite(
"weightBizBill"
))
77
+ report=Run_Testcase(Create_Testcase_suite(
))
78
78
#发送邮件
79
79
Send_email(report)
...
...