# PytestApiCode **Repository Path**: ymsdtest/PytestApiCode ## Basic Information - **Project Name**: PytestApiCode - **Description**: pytest-allure框架 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2019-09-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境 * Python 3.7.4 * Pycharm 2019.1.2 * JDK 1.8.0_221 # 安装依赖库 * 在代码根目录运行cmd,输入命令`pip install -r filename.txt` # 目录结构 >[Common](http://192.168.10.200/liufeiyu92/test_code/tree/master/Common) (封装公共方法) >[Data](http://192.168.10.200/liufeiyu92/test_code/tree/master/Data) (测试数据) >[Log](http://192.168.10.200/liufeiyu92/test_code/tree/master/Log) (日志) >[Settings](http://192.168.10.200/liufeiyu92/test_code/tree/master/Settings) (Config配置模块) >[Templates](http://192.168.10.200/liufeiyu92/test_code/tree/master/Templates) (静态网页) >[TestCase](http://192.168.10.200/liufeiyu92/test_code/tree/master/TestCase) (测试用例) >JenkinsRun.py (提供给jenkins运行的主入口) >Manage.py (启动flask服务) >pytest.ini (配置文件) >RunMain.py (程序主入口) >RunShell.py (脚本运行主入口)