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
799ee096
Commit
799ee096
authored
May 31, 2021
by
陈雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布商品
parent
0ad0ead6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
test_service_list.py
test_doctor_case/web2_case/test_service_list.py
+1
-1
test_service_review_list.py
test_doctor_case/web2_case/test_service_review_list.py
+0
-1
No files found.
test_doctor_case/web2_case/test_service_list.py
View file @
799ee096
...
...
@@ -9,7 +9,7 @@ from in_common.base_request import BaseRequest
class
TestServiceList
:
service_list
=
BaseRequest
()
.
api_load
(
path_setting
.
SERVICE_DATA
)
ServiceList_case
,
ServiceList_data
=
get_ids
(
service_list
,
"service_list"
)
print
(
"-----"
,
service_list
)
@pytest.mark.parametrize
(
"params"
,
ServiceList_data
,
ids
=
ServiceList_case
)
def
test_ServiceList
(
self
,
params
):
...
...
test_doctor_case/web2_case/test_service_review_list.py
View file @
799ee096
...
...
@@ -16,7 +16,6 @@ class TestServiceReviewList:
r
=
web2_request
()
.
service_review_list
(
params
[
'page'
],
params
[
'pagesize'
],
params
[
'type'
])
print
(
"--------"
,
r
)
print
(
"...."
)
if
r
[
"error"
]
==
0
:
assert
r
[
"data"
][
"page"
]
==
params
[
"assert"
]
...
...
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