Commit b50214bf by fanxun

用例拆解2

parent 12e2fdb3
......@@ -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):
......
......@@ -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")
......
......@@ -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")
......
__author__ = 'fanxun'
__data__ = "2021-05-18 14:41"
"""出行服务"""
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment