Commit 7bbb2cb3 by taoke

添加@allure.feature("账号信息基本功能")

parent 4adaea14
......@@ -46,7 +46,7 @@ class TestLogin():
res = request_main(url=url, headers=headers, method=method, data=req_data)
assert res['code'] == expectData['code']
@allure.feature("账号信息基本功能")
class TestRegister():
"""注册"""
workBook = xlrd.open_workbook(f'{BMCConfig.root_path}/test_case_data/bmc/bmc_base_info_2021513.xlsx')
......
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