In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Requests is the class library for interface testing of python.
I. installation
You can install it by using pip install requests directly.
Send a get request
The return of response contains body, cookies, status, headers and other information. After getting the response, you can get the information of body through text,content and other methods, and the key information can be obtained through cookies, encoding, status_code and other attributes. Thus these return values are used for assertion judgment.
# coding:utf-8import requestsimport jsonimport unittest.test.test_assertionsclass TestV3 (unittest.TestCase): def test_get (self): host = "https://ruby-china.org" path =" / api/v3/topics?limit=1 "url = host + path headers = {" Content-Type ":" Application/json "," User-Agent ":" Chrome "} response = requests.get (url Headers = headers) # p text = json.loads (response.text) content = json.loads (response.content) apparent_encoding = response.apparent_encoding links = response.links redirect = response.is_permanent_redirect is_redirect = response.is_redirect next = response.next ok = response.ok # f header = response.headers url = response.url Status_code = response.status_code reason = response.reason request = response.request raw = response.raw encoding = response.encoding cookies = response.cookies # print ('text:' Text) # print ('content:',content) # print (' header:',header) # print ('url:',url) # print (' redirect:',redirect) # print ('status_code:',status_code) # print (' reason:',reason) # print ('request:',request) # print (' raw:',raw) # print ('encoding:') Encoding) # print ('apparent_encoding:',apparent_encoding) # print (' links:',links) # print ('cookies:',cookies) # print (' is_redirect:',is_redirect) # print ('next:',next) # print (' ok:',ok) self.assertEqual (status_code, 200) self.assertEqual (redirect, False) self.assertEqual (encoding 'utf-8') if _ _ name__ = =' _ main__': unittest.main ()
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.