This project is a Python-based API automation framework for testing the reqres.in RESTful web service. It uses the pytest testing framework and GitHub Actions for continuous integration. This project ...
tests/ ├── conftest.py # 核心配置文件 ├── pytest.ini # pytest 配置 ├── requirements-test.txt # 测试依赖 ├── run_tests.py # 测试运行脚本 ├── README.md # 测试文档 │ ├── api/ # API 测试目录 ...