Commit 0895ff2b by 文鑫

增加title

parent 20fa03db
No preview for this file type
...@@ -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] == except_result assert response[condition] == str(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