Commit 22f4685d21bfe5450f958621acba4f959ec35dde

Authored by lixi
1 parent 2a61a6bc

禁用发邮件

... ... @@ -79,4 +79,4 @@ if __name__ == "__main__":
79 79 # 创建测试套,运行测试用例,生成报告
80 80 report = Run_Testcase(Create_Testcase_suite())
81 81 # 发送邮件
82   - Send_email(report)
83 82 \ No newline at end of file
  83 + # Send_email(report)
84 84 \ No newline at end of file
... ...
testcase/hg/createTradingOrder/__init__.py 0 → 100644
  1 +# -*- coding: utf-8 -*-
  2 +
  3 +# @Time : 2021/9/29 10:09
  4 +# @Author : Ljq
  5 +# @File : __init__.py.py
  6 +# @Software: PyCharm
  7 +
  8 +"""
  9 +
  10 +"""
... ...