Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
ce95803e
Commit
ce95803e
authored
7 months ago
by
xiao-hesheng
Browse files
Options
Download
Email Patches
Plain Diff
流程五脚本提交
parent
cb4f39aa
master
core_flow
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
air_case/b6_spd3_core_business_flow_database_check/a_a4_流程四_基础模块设置_数据库验证.air/a_a4_流程四_基础模块设置_数据库验证.py
+4
-3
..._check/a_a4_流程四_基础模块设置_数据库验证.air/a_a4_流程四_基础模块设置_数据库验证.py
with
4 additions
and
3 deletions
+4
-3
air_case/b6_spd3_core_business_flow_database_check/a_a4_流程四_基础模块设置_数据库验证.air/a_a4_流程四_基础模块设置_数据库验证.py
+
4
-
3
View file @
ce95803e
...
@@ -522,17 +522,18 @@ try:
...
@@ -522,17 +522,18 @@ try:
time
.
sleep
(
6
)
time
.
sleep
(
6
)
# 检查院区数据,科室数据,库房,新增用户数据
# 检查院区数据,科室数据,库房,新增用户数据
check_basics_set_info
()
check_basics_set_info
()
time
.
sleep
(
3
)
time
.
sleep
(
6
)
# 检查mcms_dept_goods_info表数据,验证科室添加的产品信息
# 检查mcms_dept_goods_info表数据,验证科室添加的产品信息
check_mcms_dept_goods_info
()
check_mcms_dept_goods_info
()
grants_user
()
# 给用户授权
grants_user
()
# 给用户授权
time
.
sleep
(
6
)
# 检查授权数据
# 检查授权数据
check_sys_user_mgr_range
()
check_sys_user_mgr_range
()
set_dept_lead1
()
# 设置一级科室负责人
set_dept_lead1
()
# 设置一级科室负责人
time
.
sleep
(
3
)
time
.
sleep
(
6
)
check_dept_leader
()
check_dept_leader
()
add_StockArea
()
# 添加库区
add_StockArea
()
# 添加库区
time
.
sleep
(
3
)
time
.
sleep
(
6
)
#检查库区数据
#检查库区数据
check_StockArea
()
check_StockArea
()
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
...
...
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
Menu
Explore
Projects
Groups
Snippets