1. 首页
  2. 数据库
  3. 其它
  4. Python接口测试环境搭建过程详解

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

上传者: 2020-12-23 02:16:25上传 PDF文件 33.87KB 热度 15次
环境搭建 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',
下载地址
用户评论