Commit 20fa03db by 文鑫

增加title

parent 19b8f911
...@@ -23,7 +23,7 @@ class TestSystem(): ...@@ -23,7 +23,7 @@ class TestSystem():
r = requests.get(url=url) r = requests.get(url=url)
response = r.json() response = r.json()
# print (type(response[condition])) # print (type(response[condition]))
assert response[condition] == str(except_result) assert response[condition] == except_result
......
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