基于Python+Requests+Pytest+YAML+Allure实现接口自动化: https://www.cnblogs.com/wintest/p/13423231.html
源码地址: https://github.com/wintests/pytestDemo.git
************************************************************************
本项目实现接口自动化的技术选型:Python+Requests+Pytest+YAML+Allure ,主要是针对之前开发的一个接口项目来进行学习,通过 Python+Requests 来发送和处理HTTP协议的请求接口,使用 Pytest 作为测试执行器,使用 YAML 来管理测试数据,使用 Allure 来生成测试报告。
接口项目开发学习: