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
b50214bf
Commit
b50214bf
authored
May 18, 2021
by
fanxun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用例拆解2
parent
12e2fdb3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
+7
-3
test_case/bmc/test_credit_score.py
+1
-1
test_case/bmc/test_illegalstudy.py
+1
-1
test_case/bmc/test_integral.py
+1
-1
test_case/bmc/test_vehicle_steward.py
+4
-0
test_case_data/bmc/bmc_credit_score_20210513.xlsx
+0
-0
No files found.
test_case/bmc/test_credit_score.py
View file @
b50214bf
...
...
@@ -12,7 +12,7 @@ from config import BMCConfig
# @allure.feature("信用分")
class
TestCreditScore
():
workBook
=
xlrd
.
open_workbook
(
f
'{BMCConfig.root_path}/test_case_data/bmc/bmc_
testcase01
_20210513.xlsx'
)
workBook
=
xlrd
.
open_workbook
(
f
'{BMCConfig.root_path}/test_case_data/bmc/bmc_
credit_score
_20210513.xlsx'
)
# inData = get_excelData(workBook, '信用分', 'creditscore')[0]
def
bmc_login_fixture
(
self
):
...
...
test_case/bmc/test_illegalstudy.py
View file @
b50214bf
...
...
@@ -10,7 +10,7 @@ from config import BMCConfig
@allure.feature
(
"三车违法学习"
)
class
TestCreditScore
():
workBook
=
xlrd
.
open_workbook
(
f
'{BMCConfig.root_path}/test_case_data/bmc/bmc_
testcase01
_20210513.xlsx'
)
workBook
=
xlrd
.
open_workbook
(
f
'{BMCConfig.root_path}/test_case_data/bmc/bmc_
illegal_study
_20210513.xlsx'
)
# @allure.story("查询最近成绩")
# @allure.link("http://yapi.hikcreate.com/project/32/interface/api/67503")
...
...
test_case/bmc/test_integral.py
View file @
b50214bf
...
...
@@ -10,7 +10,7 @@ from config import BMCConfig
@allure.feature
(
"积分商城"
)
class
TestCreditScore
():
workBook
=
xlrd
.
open_workbook
(
f
'{BMCConfig.root_path}/test_case_data/bmc/bmc_
testcase01
_20210513.xlsx'
)
workBook
=
xlrd
.
open_workbook
(
f
'{BMCConfig.root_path}/test_case_data/bmc/bmc_
integral
_20210513.xlsx'
)
@allure.story
(
"查询我的积分"
)
@allure.link
(
"http://yapi.hikcreate.com/project/31/interface/api/55860"
)
...
...
test_case/bmc/test_vehicle_steward.py
0 → 100644
View file @
b50214bf
__author__
=
'fanxun'
__data__
=
"2021-05-18 14:41"
"""出行服务"""
\ No newline at end of file
test_case_data/bmc/bmc_credit_score_20210513.xlsx
View file @
b50214bf
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