Commit 54f6df28 authored by 陈雪's avatar 陈雪

add log

parent 34033725
......@@ -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"]
......
......@@ -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
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