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
126667b9
Commit
126667b9
authored
Mar 10, 2021
by
zhaihuitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update run_all_cases.py
parent
4471ce82
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run_all_cases.py
testcase/run_all_cases.py
+1
-1
No files found.
testcase/run_all_cases.py
View file @
126667b9
...
...
@@ -8,7 +8,6 @@
import
unittest
import
os
import
HTMLTestReportCN
import
sys
import
importlib
importlib
.
reload
(
sys
)
...
...
@@ -24,6 +23,7 @@ curPath = os.path.abspath(os.path.dirname(__file__))
rootPath
=
os
.
path
.
split
(
curPath
)[
0
]
sys
.
path
.
append
(
rootPath
)
import
HTMLTestReportCN
"""添加用例地址"""
case_path
=
os
.
path
.
join
(
os
.
getcwd
())
...
...
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