Commit 5e791d39 by taoke

读取mysql,改成key_value的形式

parent 5b68af77
...@@ -510,7 +510,7 @@ class TestViolationWarn(): ...@@ -510,7 +510,7 @@ class TestViolationWarn():
allure.attach("{0}".format(res), "用例结果") allure.attach("{0}".format(res), "用例结果")
assert res['code'] == expectData['code'] assert res['code'] == expectData['code']
@allure.story("油耗记录列表") @allure.story("油耗记录列表")
@allure.link("http://yapi.hikcreate.com/project/31/interface/api/78646") @allure.link("http://yapi.hikcreate.com/project/31/interface/api/78646")
@allure.description("/vehicle/steward/petrol/consumption/list") @allure.description("/vehicle/steward/petrol/consumption/list")
......
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