Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
interfaceTest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
zhaihuitao
interfaceTest
Commits
d39bd5d5
Commit
d39bd5d5
authored
4 years ago
by
zhaihuitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
141a5836
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
workspace.xml
.idea/workspace.xml
+0
-0
run_all_cases.py
testcase/run_all_cases.py
+2
-2
No files found.
.idea/workspace.xml
View file @
d39bd5d5
This diff is collapsed.
Click to expand it.
testcase/run_all_cases.py
View file @
d39bd5d5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
import
unittest
import
unittest
import
os
import
os
import
HTMLTestR
eportCN
import
HTMLTestR
unner
import
sys
import
sys
...
@@ -26,7 +26,7 @@ def all_case():
...
@@ -26,7 +26,7 @@ def all_case():
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
fp
=
open
(
report_path
,
'wb'
)
fp
=
open
(
report_path
,
'wb'
)
runner
=
HTMLTestR
eportCN
.
HTMLTestRunner
(
runner
=
HTMLTestR
unner
.
HTMLTestRunner
(
stream
=
fp
,
stream
=
fp
,
title
=
'<TKIO接口监控报告>'
,
title
=
'<TKIO接口监控报告>'
,
description
=
u'TKIO接口自动化测试用例'
,
description
=
u'TKIO接口自动化测试用例'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment