Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-sc
Commits
9ec697c8
Commit
9ec697c8
authored
1 year ago
by
章 登恒
Browse files
Options
Download
Email Patches
Plain Diff
commit
parent
d97f8f5a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
testcase/test_scene1/test_scene1_mainflow.py
+1
-1
testcase/test_scene1/test_scene1_mainflow.py
testcase/test_scene3/test_scene3_mainflow.py
+1
-1
testcase/test_scene3/test_scene3_mainflow.py
testcase/test_scene4/test_scene4_mainflow1.py
+1
-1
testcase/test_scene4/test_scene4_mainflow1.py
testcase/test_scene4/test_scene4_mainflow2.py
+1
-1
testcase/test_scene4/test_scene4_mainflow2.py
with
4 additions
and
4 deletions
+4
-4
testcase/test_scene1/test_scene1_mainflow.py
+
1
-
1
View file @
9ec697c8
...
...
@@ -2,7 +2,7 @@ from testcase.test_scene1.scene1_mainflow import *
def
test_scene1_mainflow
():
try
:
print
(
'流程一:采购_采退开始!!!'
)
print
(
'
\n
流程一:采购_采退开始!!!'
)
step1
=
LoginSys
()
step2
=
PurchaseOrder
()
step3
=
Instore
()
...
...
This diff is collapsed.
Click to expand it.
testcase/test_scene3/test_scene3_mainflow.py
+
1
-
1
View file @
9ec697c8
...
...
@@ -2,7 +2,7 @@ from testcase.test_scene3.scene3_mainflow import *
def
test_scene3_mainflow
():
try
:
print
(
'流程三:经销商向总代采购,货从供应商发(经销商快采快销场景)平台端流程开始!!!'
)
print
(
'
\n
流程三:经销商向总代采购,货从供应商发(经销商快采快销场景)平台端流程开始!!!'
)
# step1 = LoginSys()
step2_1
=
QuickPurchase
()
step2_2
=
PurchaseOrder
()
...
...
This diff is collapsed.
Click to expand it.
testcase/test_scene4/test_scene4_mainflow1.py
+
1
-
1
View file @
9ec697c8
...
...
@@ -3,7 +3,7 @@ from testcase.test_scene4.scene4_mainflow import *
def
test_scene4_mainflow1
():
try
:
print
(
'流程四:调拨出库-红冲流程开始!!!'
)
print
(
'
\n
流程四:调拨出库-红冲流程开始!!!'
)
# step1 = LoginSys()
step2_1
=
TransferOut
()
step2_2
=
PurchaseOrder
()
...
...
This diff is collapsed.
Click to expand it.
testcase/test_scene4/test_scene4_mainflow2.py
+
1
-
1
View file @
9ec697c8
...
...
@@ -3,7 +3,7 @@ from testcase.test_scene4.scene4_mainflow import *
def
test_scene4_mainflow1
():
try
:
print
(
'流程四:调拨出库-入库流程开始!!!'
)
print
(
'
\n
流程四:调拨出库-入库流程开始!!!'
)
# step1 = LoginSys()
step2_1
=
TransferOut
()
step2_2
=
PurchaseOrder
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment