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
7adb23f3
Commit
7adb23f3
authored
Jul 09, 2021
by
林颖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改被覆盖代码--回答详情页接口--遗漏点补充
parent
f9790429
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
test_detail.py
test_backend_case/answer_case/test_detail.py
+10
-0
No files found.
test_backend_case/answer_case/test_detail.py
View file @
7adb23f3
...
...
@@ -18,5 +18,15 @@ class TestDetail:
# assert r["data"]["account_phone"] == param["assert"]
# if r["error"] == 1:
# assert r["message"] == param["assert"]
assert
r
[
"data"
][
"is_favored"
]
is
not
None
and
r
[
"data"
][
"is_favored"
]
is
not
""
assert
r
[
"data"
][
"comment_num"
]
is
not
None
and
r
[
"data"
][
"comment_num"
]
is
not
""
assert
r
[
"data"
][
"time"
]
is
not
None
and
r
[
"data"
][
"time"
]
is
not
""
assert
r
[
"data"
][
"vote_num"
]
is
not
None
and
r
[
"data"
][
"vote_num"
]
is
not
""
assert
r
[
"data"
][
"is_following"
]
is
not
None
and
r
[
"data"
][
"is_following"
]
is
not
""
assert
r
[
"data"
][
"is_author"
]
is
not
None
and
r
[
"data"
][
"is_author"
]
is
not
""
assert
r
[
"data"
][
"is_voted"
]
is
not
None
and
r
[
"data"
][
"is_voted"
]
is
not
""
assert
r
[
"data"
][
"view_num"
]
is
not
None
and
r
[
"data"
][
"view_num"
]
is
not
""
assert
r
[
"data"
][
"answer_id"
]
is
not
None
and
r
[
"data"
][
"answer_id"
]
is
not
""
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