# api0707 **Repository Path**: imzack/api0707 ## Basic Information - **Project Name**: api0707 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-07-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - testcases 存放测试用例 - testcases\testexception 存放异常场景的用例 - business 存放常用业务 - testsuit 存放测试套件 - data 存放测试数据目录 - report.html 存放测试报告 ### 使用方式 1. 安装依赖库 2. 运行 ``` pytest testcases --html=reports.html ```