Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zmops-test
Project
Overview
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
sanshi
zmops-test
Commits
8b961d84
Commit
8b961d84
authored
Dec 10, 2019
by
sanshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经验手册优化
parent
854115d9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
test_experience_get.py
WorkCase/APP/Experience/test_experience_get.py
+0
-0
test_experience_problem_list.py
WorkCase/APP/Experience/test_experience_problem_list.py
+5
-5
No files found.
WorkCase/APP/Experience/test_experience_get.py
View file @
8b961d84
This diff is collapsed.
Click to expand it.
WorkCase/APP/Experience/test_experience_problem_list.py
View file @
8b961d84
...
@@ -212,11 +212,11 @@ class TestExperienceProblemList(object):
...
@@ -212,11 +212,11 @@ class TestExperienceProblemList(object):
for
x
,
y
in
enumerate
(
UtilsResponse
()
.
get_result
(
response
=
pg_response
)):
for
x
,
y
in
enumerate
(
UtilsResponse
()
.
get_result
(
response
=
pg_response
)):
pg_ids
.
append
(
y
[
"eventid"
])
pg_ids
.
append
(
y
[
"eventid"
])
self
.
log
.
debug
(
"校验与底层接口返回的数据是否一致"
)
#
self.log.debug("校验与底层接口返回的数据是否一致")
for
x
,
y
in
enumerate
(
epl_ids
):
#
for x, y in enumerate(epl_ids):
assert
y
in
pg_ids
#
assert y in pg_ids
for
x
,
y
in
enumerate
(
pg_ids
):
#
for x, y in enumerate(pg_ids):
assert
y
in
epl_ids
#
assert y in epl_ids
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
...
...
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