# utp **Repository Path**: nnzhp/utp ## Basic Information - **Project Name**: utp - **Description**: python接口自动化测试框架 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 33 - **Created**: 2019-11-26 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # utp #### 介绍 python接口自动化测试框架,基于unittest封装。 #### 软件架构 [结构说明](https://www.edrawsoft.cn/viewer/public/s/910a4346225477) ![](https://i.loli.net/2019/11/26/ReZJmOwVb5XYohv.png) #### 安装教程 1. 需要3.5及以上版本的python 2. pip install -r requirements.txt #### 使用说明 1. 运行manage.py创建项目 2. 创建的项目在projects目录下 3. 在项目的cases目录下编写测试用例,可以参考litemall项目中如何编写测试用例 4. 执行项目目录下的run.py运行所有测试用例