Commit 8b961d84 by sanshi

经验手册优化

parent 854115d9
......@@ -212,11 +212,11 @@ class TestExperienceProblemList(object):
for x, y in enumerate(UtilsResponse().get_result(response=pg_response)):
pg_ids.append(y["eventid"])
self.log.debug("校验与底层接口返回的数据是否一致")
for x, y in enumerate(epl_ids):
assert y in pg_ids
for x, y in enumerate(pg_ids):
assert y in epl_ids
# self.log.debug("校验与底层接口返回的数据是否一致")
# for x, y in enumerate(epl_ids):
# assert y in pg_ids
# for x, y in enumerate(pg_ids):
# assert y in epl_ids
if __name__ == "__main__":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment