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
54f6df28
Commit
54f6df28
authored
May 28, 2021
by
陈雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add log
parent
34033725
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
test_service_review_list.py
test_doctor_case/web2_case/test_service_review_list.py
+1
-0
test_servicereview_option.py
test_doctor_case/web2_case/test_servicereview_option.py
+2
-0
No files found.
test_doctor_case/web2_case/test_service_review_list.py
View file @
54f6df28
...
...
@@ -16,6 +16,7 @@ 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"
]
...
...
test_doctor_case/web2_case/test_servicereview_option.py
View file @
54f6df28
...
...
@@ -19,6 +19,7 @@ class TestServicereviewOption:
if
r
[
"error"
]
==
0
:
assert
r
[
"error"
]
==
params
[
"assert"
]
print
(
"...."
)
# elif r["error"] == 1:
# assert r["data"] == params["assert"]
\ 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