Commit 892c2b7d by zhaihuitao

update

parent 2052fd65
......@@ -21,7 +21,7 @@ class clickTestCase(unittest.TestCase):
def testclick(self):
p = requests.get(url=click_url, params=params_click, timeout=30, verify=False)
# self.assertEqual(p.status_code, 300, msg='接口异常,请检查')
print('click'+p.text)
print(p.text)
# print(p)
# time.sleep(7)
# try:
......
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