Commit 9ec697c8 authored by 章 登恒's avatar 章 登恒
Browse files

commit

parent d97f8f5a
...@@ -2,7 +2,7 @@ from testcase.test_scene1.scene1_mainflow import * ...@@ -2,7 +2,7 @@ from testcase.test_scene1.scene1_mainflow import *
def test_scene1_mainflow(): def test_scene1_mainflow():
try: try:
print('流程一:采购_采退开始!!!') print('\n流程一:采购_采退开始!!!')
step1 = LoginSys() step1 = LoginSys()
step2 = PurchaseOrder() step2 = PurchaseOrder()
step3 = Instore() step3 = Instore()
......
...@@ -2,7 +2,7 @@ from testcase.test_scene3.scene3_mainflow import * ...@@ -2,7 +2,7 @@ from testcase.test_scene3.scene3_mainflow import *
def test_scene3_mainflow(): def test_scene3_mainflow():
try: try:
print('流程三:经销商向总代采购,货从供应商发(经销商快采快销场景)平台端流程开始!!!') print('\n流程三:经销商向总代采购,货从供应商发(经销商快采快销场景)平台端流程开始!!!')
# step1 = LoginSys() # step1 = LoginSys()
step2_1 = QuickPurchase() step2_1 = QuickPurchase()
step2_2 = PurchaseOrder() step2_2 = PurchaseOrder()
......
...@@ -3,7 +3,7 @@ from testcase.test_scene4.scene4_mainflow import * ...@@ -3,7 +3,7 @@ from testcase.test_scene4.scene4_mainflow import *
def test_scene4_mainflow1(): def test_scene4_mainflow1():
try: try:
print('流程四:调拨出库-红冲流程开始!!!') print('\n流程四:调拨出库-红冲流程开始!!!')
# step1 = LoginSys() # step1 = LoginSys()
step2_1 = TransferOut() step2_1 = TransferOut()
step2_2 = PurchaseOrder() step2_2 = PurchaseOrder()
......
...@@ -3,7 +3,7 @@ from testcase.test_scene4.scene4_mainflow import * ...@@ -3,7 +3,7 @@ from testcase.test_scene4.scene4_mainflow import *
def test_scene4_mainflow1(): def test_scene4_mainflow1():
try: try:
print('流程四:调拨出库-入库流程开始!!!') print('\n流程四:调拨出库-入库流程开始!!!')
# step1 = LoginSys() # step1 = LoginSys()
step2_1 = TransferOut() step2_1 = TransferOut()
step2_2 = PurchaseOrder() step2_2 = PurchaseOrder()
......
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