# Requests **Repository Path**: R-Turing/requests ## Basic Information - **Project Name**: Requests - **Description**: 用于存放最终版本的Request接口自动化测试代码 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-04 - **Last Updated**: 2024-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # API_AutoTest #### 介绍 此项目用于接口自动化测试 其中测试用例存在于`testcases`目录下 执行代码之前,请先使用指令安装依赖 ```pip install -r requirements.txt```