Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InterfaceAutoTest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TestAuto
InterfaceAutoTest
Commits
583ff987
Commit
583ff987
authored
Jun 21, 2021
by
huangchengcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7½ӿԶ
parent
7ae38fd3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test_case/bmc/test_elebicycle.py
+3
-3
No files found.
test_case/bmc/test_elebicycle.py
View file @
583ff987
...
...
@@ -518,10 +518,10 @@ class TestElebicycle:
mysql
.
ExecuNonQuery
(
"delete from edl_public.user_login_device where user_id=598137 and device_model='HUAWEI nava';"
)
if
__name__
==
'__main__'
:
pytest
.
main
([
"-s"
,
"-v"
,
"test_elebicycle.py"
,
'--alluredir'
,
'./bmc/report'
,
"--clean-alluredir"
])
#
if __name__ == '__main__':
#
pytest.main(["-s","-v","test_elebicycle.py",'--alluredir', './bmc/report',"--clean-alluredir"])
# pytest.main(['-v', '-s', "test_elebicycle.py::TestElebicycle::test_replacevehiclestatus", '--alluredir', './bmc/report', "--clean-alluredir"])
os
.
system
(
'allure serve ./bmc/report'
)
#
os.system('allure serve ./bmc/report')
# TestElebicycle().replacementDrvapply()
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