Sign in
autotest
/
card-app
·
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
e7a9a4eaaf393ab529b4f18259b8297d0ed3d5b5
Authored by
liujiqiang
2021-07-19 14:45:56 +0800
1 parent
ca46482b
build: skipped
更新测试报告删除方法
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
main.py
main.py
View file @
e7a9a4e
...
...
@@ -19,6 +19,7 @@ from discover import DiscoveringTestLoader
19
19
from commons import SendEmail as em
20
20
from commons import common as com
21
21
from commons.MySession import my
22
+from commons.scripts import delReport
22
23
23
24
24
25
def Create_Testcase_suite():
...
...