接口自动化测试框架 -- reudom
reudom Automated testing framework based on requests and unittest interface. 基于 Unittest 和 Requests 的 接口自动化测试框架 介绍 基于Unittest/Requests的接口自动化测试库 提供脚手架,快速生成接口自动化测试项目。 自动生成HTML测试报告。 支持用例参数化。 支持用例失败重跑 对原生Requests库API无损 加入我们。群。642830685,免费领取最新软件测试大厂面试资料和Python自动化、接口、框架搭建学习资料!有技术大牛解惑,同行一起交流 目录架构 myreudom/ ├── test_case/ │ ├── test_sample.py ├── reports/ └── run.py test_dir/ reports/ run.py 安装教程 > pip install reudom If you want to keep up with the latest version, you can install with github repository url: > pip install -U git+https://github.com/SeldomQA/reudom.git@master 创建项目 >reudom -