# pytest_project **Repository Path**: hbt03/pytest_project ## Basic Information - **Project Name**: pytest_project - **Description**: pytest+yaml+request+allure+Jenkins - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-12-04 - **Last Updated**: 2022-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 代码结构 - common 主要存放公共代码 - conf 主要存放全局配置参数 - data 主要存放测试数据 - logs 主要存放测试日志 - report 主要存放测试报告 - testcase 主要存放测试用例 - extract.yaml 存放全局变量 - pytest.ini 主要是夹具配置文件 - run.py 运行文件