Commit c6a39096 by taoke

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	test_case_data/bmc/bmc_testcase01_20210513.xlsx
parents e65e3d2d 1cf33afb
...@@ -55,7 +55,7 @@ if __name__ == '__main__': ...@@ -55,7 +55,7 @@ if __name__ == '__main__':
# # # #
# os.system('allure serve D:\项目\接口自动化\InterfaceAutoTest\\report') # os.system('allure serve D:\项目\接口自动化\InterfaceAutoTest\\report')
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_testcase01_20210513.xlsx')
inData = get_excelData(workBook, '积分商城', 'focusSuccessIntegral')[0] inData = get_excelData(workBook, '积分商城', 'focusSuccessIntegral')[2]
print(inData) print(inData)
# TestCreditScore().bmc_login_fixture() # TestCreditScore().bmc_login_fixture()
# TestCreditScore().test_creditscore(inData) # 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