更新 PurchasePlanManage.py
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user