Sign in
autotest
/
test-scripts
·
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
22f4685d21bfe5450f958621acba4f959ec35dde
Authored by
lixi
2021-09-29 10:55:21 +0800
1 parent
2a61a6bc
禁用发邮件
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
main.py
testcase/hg/createTradingOrder/__init__.py
main.py
View file @
22f4685
...
...
@@ -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
View file @
22f4685
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
+"""
...
...