# lemon_unittest **Repository Path**: pytests/lemon_unittest ## Basic Information - **Project Name**: lemon_unittest - **Description**: 柠檬班unittest接口测试自动化框架,前程贷项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-05-10 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # API_Autotest 基于unittest+request+HTMLTestRunner的接口自动化开源框架 ---- #### 模块类的设计 `condig` 用户数据 `data` 读取接口测试数据文件 `logs` 记录运行的log日志,等级:debug、info、warning、error、critical `reports` 测试报告 `testcases` 编写接口测试用例 `tool` 封装常用工具方法 `HTMLTestRunnerNew.py` 封装html的报告模板 `run.py` 定义并执行用例集 `requirements.txt` 依赖库 ----