Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
backend_auto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邓莹莹
backend_auto
Commits
8f5e2002
Commit
8f5e2002
authored
Jul 23, 2021
by
张慧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
次卡订单详情页case完善
parent
edf059f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
test_beauty_card_payment_detail.py
...ackend_case/janus_case/test_beauty_card_payment_detail.py
+3
-1
beauty_card_payment_detail.yaml
test_backend_data/janus_data/beauty_card_payment_detail.yaml
+5
-2
No files found.
test_backend_case/janus_case/test_beauty_card_payment_detail.py
View file @
8f5e2002
...
...
@@ -16,6 +16,8 @@ class TestBeautyCardPaymentDetail:
payment_id
=
payment
[
"data"
][
"payment_id"
]
r
=
janus_request
()
.
beauty_card_payment_detail
(
payment_id
)
if
r
[
"error"
]
==
0
:
if
param
[
"case"
]
==
"次卡订单详情-接口调用成功case"
:
assert
r
[
"error"
]
==
param
[
"assert_error"
]
if
param
[
"case"
]
==
"次卡订单详情-校验商品信息不为空"
:
assert
r
[
"data"
][
"services"
]
!=
param
[
"assert_services"
]
test_backend_data/janus_data/beauty_card_payment_detail.yaml
View file @
8f5e2002
beauty_card_payment_detail
:
-
case
:
"
次卡订单详情-接口调用成功case"
assert_error
:
0
\ No newline at end of file
assert_error
:
0
-
case
:
"
次卡订单详情-校验商品信息不为空"
assert_services
:
{}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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