Commit 959e74b4 by sanshi

all

parent aabf6788
# -*- coding: utf-8 -*-
# 基础配置信息
# 作者: 陈磊
# 时间: 2019-10-21
class WorkBase:
def __init__(self):
# 日志文件路径
self.log_path = "D:\\TestFile\\Log\\"
# 图片文件路径
self.img_path = "D:\\TestFile\\Img\\"
# 报告文件路径
self.report_path = "D:\\TestZmpos\\WorkReport\\"
# 测试用例路径
self.case_path = "D:\\TestZmpos\\WorkCase\\"
# 测试yaml文件路径
self.yaml_path = "D:\\TestZmpos\\WorkYaml\\"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment