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
239bd6799f5f1ddbd55018bfda4d3b85f920afb8
Authored by
liujiqiang
2021-07-20 13:35:58 +0800
1 parent
6f0a1582
build: skipped
更新
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.py
main.py
View file @
239bd67
...
...
@@ -50,7 +50,7 @@ def Run_Testcase(testsuit):
50
50
runner.run(testsuit)
51
51
# 关闭文件
52
52
fp.close()
53
-
#
delReport.delReport(path)
53
+
delReport.delReport(path)
54
54
return report_file
55
55
56
56
...
...