随笔分类 - 接口自动化
摘要:一、pytest安装 插件安装:pip install -r xx.txt pytestpytest-htmlpytest-xdistpytest-orderingpytest-rerunfailurespytest-base-urlallure-pytest 二、pytest默认规则 1、模块名必
阅读全文
摘要:一、Requests第三方库 requests库用用来发送http协议请求以及接收http协议响应的第三方库,主要用于接口自动化测试 安装:pip install requests 二、requests方法: requests.get() 发送get请求 requests.post() 发送post
阅读全文