You need a lot of script and code management in the test work, which may include business testing, automated testing, environmental and other aspects of the deployment
- 如果你需要将项目拉回本地并运行 需要注意一下几点
- 需要安装mysql
- mysql中需要创建一个数据库, 数据库名为
userInfo
- 启动服务后,你需要在数据库中插入一条数据。随意填写即可, 该数据为登录数据(后续会开放注册接口或增加用户接口)
- 拉回本地后,在testerlife目录下 执行 pip install -r requirements.txt 来安装本项目的依赖库