# moletest **Repository Path**: mldong/moletest ## Basic Information - **Project Name**: moletest - **Description**: python接口自动化测试 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # moletest #### 介绍 python接口自动化测试 #### 软件架构 软件架构说明 #### 安装教程 1. 安装依赖 ``` shell pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com ``` #### 使用说明 配置文件 config/app.yml ``` yaml name: moletest description: 接口自动化测试 # 测试用例目录 usecaseDir: examples # 备份目录 backupDir: F:\\mldong\\python-workspace\\test\\backup # 测试报告 testreport: F:\\mldong\\python-workspace\\test\\testreport ```