2 Star 6 Fork 6

xiaobei/接口自动化框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test_run.py 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
yu1c1 提交于 2024-05-26 18:03 . 环境部署更新插件版本
# -*- coding: utf-8 -*-
"""
※※※※※※※※※※※※※※※※※※※※※※※※※※※
※ UserName : Y.cao ☆彡
※ FileName : test_run
※ Project : 北梦测-WMS仓管系统
※ Time : 2024/4/17 -- 22:25
※※※※※※※※※※※※※※※※※※※※※※※※※※※
"""
import os
import pytest
from wms_python_yaml.utils.path_utils import REPORT_JSON, REPORT_HTML, CASES_FILE
if __name__ == '__main__':
pytest.main(["-vs", CASES_FILE, "--alluredir", REPORT_JSON, "--clean-alluredir"])
os.system("allure generate %s -o %s --clean" % (REPORT_JSON, REPORT_HTML))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xiaobei_upup/wms_python_yaml.git
git@gitee.com:xiaobei_upup/wms_python_yaml.git
xiaobei_upup
wms_python_yaml
接口自动化框架
master

搜索帮助