# apitest311 **Repository Path**: b_opensource/apitest311 ## Basic Information - **Project Name**: apitest311 - **Description**: python api testing - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 32 - **Created**: 2021-03-21 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 目录结构 - testcase 存放测试用例 - test_main 主流程的业务 - test_ddt 数据驱动(每个用例的异常场景测试) - data 测试数据 - config 配置文件 # 使用说明文档 ## 安装依赖库 ``` pip install -r requirements.txt ``` ## 运行 ``` pytest testcase --html=report.html --self-contained-html ```