# Interface_autotest_python **Repository Path**: jiangjooh/Interface_autotest_python ## Basic Information - **Project Name**: Interface_autotest_python - **Description**: python接口自动化基础框架学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-10 - **Last Updated**: 2022-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python接口自动化 ## README # Interface_autotest_python #### 介绍 python接口自动化基础框架学习 #### 说明 python+unittest+unittestreport+ddt实现接口自动化 测试数据组织使用excel的方式 #### 目录 ---common 公共工具类 ---conf 配置 ---datas 测试数据 ---testcases 测试用例 ---run.py 执行用例脚本