提交 7d007ce1 authored 作者: 陈泽健's avatar 陈泽健

refactor(测试数据): 更新兰州中石化项目测试用例文件- 将测试用例文件名从"兰州中石化项目测试用例.xlsx"修改为"会议预定测试用例.xlsx"

- 此修改统一了测试用例文件的命名,提高了代码的可维护性和一致性
上级 ce47ccf9
...@@ -19,7 +19,7 @@ from base import * ...@@ -19,7 +19,7 @@ from base import *
current_dir = os.path.dirname(os.path.abspath(__file__)) current_dir = os.path.dirname(os.path.abspath(__file__))
# 构建XLSX文件的绝对路径 # 构建XLSX文件的绝对路径
xlsx_file_path = os.path.join(current_dir, '..', '..', '..', '测试数据', '兰州中石化项目测试用例.xlsx') xlsx_file_path = os.path.join(current_dir, '..', '..', '..', '测试数据', '会议预定测试用例.xlsx')
# xlsx_file_path = os.path.join(预定系统_path, '测试数据', '兰州中石化项目测试用例.xlsx') # xlsx_file_path = os.path.join(预定系统_path, '测试数据', '兰州中石化项目测试用例.xlsx')
class LanzhouSinopecProject: class LanzhouSinopecProject:
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论