Python接口测试环境搭建过程详解

上传:tcc55496 浏览: 13 推荐: 0 文件:PDF 大小:33.87KB 上传时间:2020-12-23 02:16:25 版权申诉
环境搭建 python 安装:建议使用python3.7 pycharm安装 requests安装 :pip3 install requests requests 基本使用 usage: >>> import requests >>> r = requests.get('https://www.python.org') >>> r.status_code 200 >>> 'Python is a programming language' in r.content True ... or POST: >>> payload = dict(key1='value1',
上传资源
用户评论