Commit 25f40a8f authored by xiao-hesheng's avatar xiao-hesheng
Browse files

新增采购计划模块脚本

parent 8094346b
...@@ -4,8 +4,8 @@ from common.timeUtils import timeUtils ...@@ -4,8 +4,8 @@ from common.timeUtils import timeUtils
__author__ = "xiaohesheng" __author__ = "xiaohesheng"
""" """
case_tag:api,herp-web,a_b5_采购计划_编辑_全部关闭_并提交,id2297,id2297-15,sit,on case_tag:api,herp-web,a_b4_采购计划_编辑_全部关闭_并提交,id2297,id2297-14,sit,on
内网:a_b5_采购计划_编辑_全部关闭_并提交 内网:a_b4_采购计划_编辑_全部关闭_并提交
""" """
from common.common_func import commonFuc from common.common_func import commonFuc
...@@ -17,8 +17,8 @@ import sys ...@@ -17,8 +17,8 @@ import sys
def test1(): def test1():
module = "b3_herp3_purchase" module = "b3_herp3_purchase"
""" """
场景:a_b5_采购计划_编辑_全部关闭_并提交 场景:a_b4_采购计划_编辑_全部关闭_并提交
用例名称:a_b5_采购计划_编辑_全部关闭_并提交 用例名称:a_b4_采购计划_编辑_全部关闭_并提交
输入:无 输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true} 输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
""" """
...@@ -92,5 +92,4 @@ def test1(): ...@@ -92,5 +92,4 @@ def test1():
commonFuc().check_text_exist('error', result) commonFuc().check_text_exist('error', result)
test1() test1()
...@@ -4,8 +4,8 @@ from common.timeUtils import timeUtils ...@@ -4,8 +4,8 @@ from common.timeUtils import timeUtils
__author__ = "xiaohesheng" __author__ = "xiaohesheng"
""" """
case_tag:api,herp-web,a_b4_采购计划_列表查询_查询全部,id2297,id2297-14,sit,on case_tag:api,herp-web,a_b5_采购计划_列表查询_查询全部,id2297,id2297-15,sit,on
内网:a_b4_采购计划_列表查询_查询全部 内网:a_b5_采购计划_列表查询_查询全部
""" """
from common.common_func import commonFuc from common.common_func import commonFuc
...@@ -17,8 +17,8 @@ import sys ...@@ -17,8 +17,8 @@ import sys
def test1(): def test1():
module = "b3_herp3_purchase" module = "b3_herp3_purchase"
""" """
场景:a_b4_采购计划_列表查询_查询全部 场景:a_b5_采购计划_列表查询_查询全部
用例名称:a_b4_采购计划_列表查询_查询全部 用例名称:a_b5_采购计划_列表查询_查询全部
输入:无 输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true} 输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
""" """
......
Supports Markdown
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