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
68a79a52
Commit
68a79a52
authored
May 16, 2021
by
taoke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备注excle
parent
103a66c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
test_case/bmc/test_ ElectronicLicense.py
+3
-2
test_case_data/bmc/bmc_testcase01_20210513.xlsx
+0
-0
No files found.
test_case/bmc/test_ ElectronicLicense.py
View file @
68a79a52
...
@@ -116,11 +116,12 @@ class TestDrivingLicense():
...
@@ -116,11 +116,12 @@ class TestDrivingLicense():
"""断言"""
"""断言"""
assert
res
[
'code'
]
==
expectData
[
'code'
]
assert
res
[
'code'
]
==
expectData
[
'code'
]
def
teardown_class
(
self
):
"""清除"""
def
teardown_class
(
self
):
"""清除"""
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
for
one
in
os
.
listdir
(
'../../report/tmp'
):
# 列出对应文件夹的数据 '-m','scoreDetail' ,
for
one
in
os
.
listdir
(
'../../report/tmp'
):
# 列出对应文件夹的数据 '-m','scoreDetail' ,
if
'json'
in
one
:
if
'json'
in
one
:
...
...
test_case_data/bmc/bmc_testcase01_20210513.xlsx
View file @
68a79a52
No preview for this file type
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