diff --git a/zhyy/test_case/TestCase/接口/SZPurchase/PurchasePlanManage.py b/zhyy/test_case/TestCase/接口/SZPurchase/PurchasePlanManage.py index d508a34..cb19284 100644 --- a/zhyy/test_case/TestCase/接口/SZPurchase/PurchasePlanManage.py +++ b/zhyy/test_case/TestCase/接口/SZPurchase/PurchasePlanManage.py @@ -19,13 +19,13 @@ class Test_supply_index(object): print("验证供应商工作台待办任务与在办任务功能--pass") @allure.story("验证供应商工作台首页查询功能") - def test_check_supply_todo(self): + def test_check_supply_task(self): print("验证供应商工作台首页查询功能--pass") @allure.story("验证供应商工作台首页上传功能") - def test_check_supply_todo(self): + def test_check_supply_upload(self): print("验证供应商工作台首页上传功能--pass") @allure.story("验证供应商工作台首页详情功能") - def test_check_supply_todo(self): + def test_check_supply_detail(self): print("验证供应商工作台首页详情功能--pass") \ No newline at end of file