# api1108 **Repository Path**: b_opensource/api1108 ## Basic Information - **Project Name**: api1108 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2020-11-22 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 目录结构 - testcases 存放所有的测试用例 - testdata 存放测试数据 - utils 存放自定义工具类 - reports 存放测试报告 - logs 存放日志 - run.py 用例运行的主文件。 # 使用方式 1. 安装依赖 ``` pip install -r requriments.txt ``` 2. 运行 ``` python run.py ``` # 使用到的第三库 - Requests: 请求库 https://2.python-requests.org/en/master/ - pytest:测试用例管理 https://pytest-ordering.readthedocs.io/ - pytest-html:测试报告 https://pypi.org/project/pytest-html/ - logging:日志模块 https://docs.python.org/3/library/logging.html - json: json文件处理 https://docs.python.org/zh-cn/3/library/json.html - jsonschema:json数据对比 https://python-jsonschema.readthedocs.io/en/stable/