zy7y

Results 4 issues of zy7y

as title , Is there a plan for that? [starlite](https://github.com/starlite-api/starlite)

方法一: 1. 使用version1.0 zip_file.py代码把整个allure报告压缩,然后邮件中以附件方式发送给领导 2. 弊端: 领导需要先下载附件并解压,然后使用Idea/Pycharm/Vscode(安装Live Server插件)把整个解压后的报告目录打开,再在里面打开index.html 方法二: ```python # 1. 使用python 打开一个局域网服务并挂载allure报告文件目录,其中8080 是端口可自定义,-d xxx ,xxx是allure报告目录路径 python -m http.server 8080 -d C:\Users\zy7y\Desktop\apiAutoTest\report\html # 它人访问 只需要使用你的内网IP:8080 即可 例如: http://192.168.0.38:8080/ ```...

question

- [ ] Docker部署被测项目 - [ ] Docker运行测试脚本(提供底层需要环境)

enhancement

整个重构计划如下 - [x] 仓库名称更改 ~~mini-mall~~ - [ ] Python3.10.x + - [ ] FastAPI版本0.105.0 + ( 支持Pydantic2) - [ ] SQLModel 版本 0.0.14 + (支持Pydantic2) 代替 Tortoise ORM - [...