Commit 1cf33afb by fanxun

积分商城用例完善3

parent 741c6124
......@@ -55,7 +55,7 @@ if __name__ == '__main__':
# #
# os.system('allure serve D:\项目\接口自动化\InterfaceAutoTest\\report')
workBook = xlrd.open_workbook(f'{BMCConfig.root_path}/test_case_data/bmc/bmc_testcase01_20210513.xlsx')
inData = get_excelData(workBook, '积分商城', 'focusSuccessIntegral')[0]
inData = get_excelData(workBook, '积分商城', 'focusSuccessIntegral')[2]
print(inData)
# TestCreditScore().bmc_login_fixture()
# TestCreditScore().test_creditscore(inData)
......
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