Go to file
wanweiguang 81e9143c98 20230225晚上提交的代码 2023-02-25 23:14:01 +08:00
.idea 20230225晚上提交的代码 2023-02-25 23:14:01 +08:00
__pycache__ 2023年2月23日晚上提交的代码 2023-02-23 21:15:37 +08:00
common 2023年2月23日晚上提交的代码 2023-02-23 21:15:37 +08:00
config 2023年2月23日晚上提交的代码 2023-02-23 21:15:37 +08:00
report 2023年2月23日晚上提交的代码 2023-02-23 21:15:37 +08:00
testCase 2023年2月23日晚上提交的代码 2023-02-23 21:15:37 +08:00
testFile 2023年2月23日晚上提交的代码 2023-02-23 21:15:37 +08:00
README.md 20230225晚上提交的代码 2023-02-25 23:14:01 +08:00
project_path.py 2023年2月23日晚上提交的代码 2023-02-23 21:15:37 +08:00

README.md

目录结构: .pytest_cache 用pytest 跑完case后会在当前目录下生成.pytest_cache,里面就保存了上一次run的信息。 common 存放一些共通的方法 config 用于存放config.ini和readConfig.py配置文件 config.ini 配置文件内容信息 readConfig.py 用于读取config.ini文件中的内容 report 用于存放报告通过终端命令pytest -s --alluredir=./report --clean-alluredir生成 test_Case 用于存放具体的测试case conftest.py 接口鉴权传参的封装,与用例文件在同一目录下 testFile 存在测试过程中用到的文件,包括上传的文件 project_path.py 获取根目录的模块