Commit 3b138388e2954aed8464b5b78e209086c561cf1a

Authored by lixi
1 parent b035249c

优化用例代码

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -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)
... ...