Ai
1 Star 0 Fork 59

jhui008/接口测试和ui自动化测试通用框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
project_script.py 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
伯庸 提交于 2024-08-15 19:23 +08:00 . 项目大重构
# -*- coding: utf-8 -*-
# -------------------------------
# @文件:project_script.py
# @时间:2024/3/22 11:43
# @作者:caiweichao
# @功能描述:项目中用到的一些小脚本和项目本身无关
# -------------------------------
import os
# 安装依赖
os.system('pip install -r requirements.txt')
# 更新 requeirments.txt
os.system('pip freeze > requirements.txt')
if __name__ == '__main__':
pass
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jhui008/GuardianAutoTestFramework.git
git@gitee.com:jhui008/GuardianAutoTestFramework.git
jhui008
GuardianAutoTestFramework
接口测试和ui自动化测试通用框架
master

搜索帮助