Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zmops-test
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sanshi
zmops-test
Commits
959e74b4
Commit
959e74b4
authored
Nov 19, 2019
by
sanshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all
parent
aabf6788
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
WorkBase.py
WorkBase.py
+19
-0
__init__.py
__init__.py
+0
-0
No files found.
WorkBase.py
0 → 100644
View file @
959e74b4
# -*- 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
\\
"
__init__.py
0 → 100644
View file @
959e74b4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment