Commit a53f42e1 by taoke

打印请求结果

parent ddcf2eb8
......@@ -44,6 +44,7 @@ class TestLogin():
expectData = inData['expectData']
headers = config.BMCConfig.headers
res = request_main(url=url, headers=headers, method=method, data=req_data)
allure.attach("{0}".format(res), "用例结果")
assert res['code'] == expectData['code']
@allure.feature("账号信息基本功能")
......
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