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
4e6b9388
Commit
4e6b9388
authored
May 19, 2021
by
冯艮霞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
品类聚合页面商品列表
parent
9c72d5d4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
16 deletions
+21
-16
janus_request.py
all_backend_api/janus_request.py
+1
-1
janus_request.yaml
all_backend_api/janus_request.yaml
+12
-12
path_setting.py
path_setting.py
+1
-1
test_tag_service.py
test_backend_case/janus_case/test_tag_service.py
+1
-1
tag_service.yaml
test_backend_data/janus_data/tag_service.yaml
+6
-1
No files found.
all_backend_api/janus_request.py
View file @
4e6b9388
...
...
@@ -52,7 +52,7 @@ class janus_request(BaseRequest):
return
self
.
api_send
(
self
.
data
[
"mine_guess_you_like"
])
# 品类聚合页面商品列表
def
tag_service
(
self
,
size
,
tag_ids
,
offset
,
tag_id
,
version
,
device_id
):
def
tag_service
(
self
,
size
,
tag_ids
,
offset
,
tag_id
,
version
,
device_id
):
print
(
"fgx"
)
self
.
params
[
'size'
]
=
size
self
.
params
[
'tag_ids'
]
=
tag_ids
...
...
all_backend_api/janus_request.yaml
View file @
4e6b9388
...
...
@@ -37,18 +37,18 @@ mine_guess_you_like:
isLogin
:
1
#品类聚合页面商品列表的
tag_service
:
method
:
GET
url
:
/api/janus/product/tag_service
params
:
size
:
10
tag_ids
:
[]
offset
:
0
tag_id
:
version
:
7.43.0
device_id
:
869378034450718
data
:
{
}
json
:
{
}
tag_service
:
method
:
GET
url
:
/api/janus/product/tag_service
params
:
size
:
${size}
tag_ids
:
${tag_ids}
offset
:
${offset}
tag_id
:
${tag_id}
version
:
${version}
device_id
:
${device_id}
data
:
{
}
json
:
{
}
...
...
path_setting.py
View file @
4e6b9388
...
...
@@ -129,7 +129,7 @@ UNREAD = os.path.join(BASE_DIR, "backend_auto/test_backend_data/notification_dat
#品类聚合页面商品列表
TAG_SERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_request.yaml"
)
TAG_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/
user
_data"
,
"tag_service.yaml"
)
TAG_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/
janus
_data"
,
"tag_service.yaml"
)
if
__name__
==
'__main__'
:
print
(
"=========="
,
LIVEYAML_CONFIG
)
test_backend_case/janus_case/test_tag_service.py
View file @
4e6b9388
...
...
@@ -13,7 +13,7 @@ class TestTagService:
@pytest.mark.parametrize
(
"param"
,
tagservice_data
,
ids
=
tagservice_case
)
def
test_tag_service
(
self
,
param
):
r
=
janus_request
()
.
tag_service
(
param
[
"size"
],
param
[
"tag_ids"
],
param
[
"offset"
],
param
[
"tag_id"
],
param
[
"version"
],
param
[
"device_id"
])
print
(
'feng='
,
r
)
#
print('feng=', r)
if
r
[
"error"
]
==
0
:
assert
r
[
"error"
]
==
param
[
"assert"
]
...
...
test_backend_data/janus_data/tag_service.yaml
View file @
4e6b9388
...
...
@@ -3,7 +3,12 @@ tag_service:
-
case
:
"
品类聚合页面商品列表"
assert
:
0
offset
:
10
size
:
10
tag_ids
:
[]
offset
:
0
tag_id
:
version
:
7.43.0
device_id
:
869378034450718
...
...
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