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
c436afb9
Commit
c436afb9
authored
Nov 19, 2019
by
sanshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项目地址
parent
e79c50ff
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
Administrator.xml
.idea/dictionaries/Administrator.xml
+8
-0
zmops-test.iml
.idea/zmops-test.iml
+1
-4
WorkBase.py
WorkBase.py
+3
-3
__init__.py
WorkCase/__init__.py
+1
-1
No files found.
.idea/dictionaries/Administrator.xml
0 → 100644
View file @
c436afb9
<component
name=
"ProjectDictionaryState"
>
<dictionary
name=
"Administrator"
>
<words>
<w>
zmops
</w>
</words>
</dictionary>
</component>
\ No newline at end of file
.idea/zmops-test.iml
View file @
c436afb9
...
...
@@ -2,12 +2,9 @@
<module
type=
"PYTHON_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"
jdk"
jdkName=
"Python 3.7 (zmops-test)"
jdkType=
"Python SDK
"
/>
<orderEntry
type=
"
inheritedJdk
"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
<component
name=
"PackageRequirementsSettings"
>
<option
name=
"requirementsPath"
value=
""
/>
</component>
<component
name=
"TestRunnerService"
>
<option
name=
"projectConfiguration"
value=
"pytest"
/>
<option
name=
"PROJECT_TEST_RUNNER"
value=
"pytest"
/>
...
...
WorkBase.py
View file @
c436afb9
...
...
@@ -12,8 +12,8 @@ class WorkBase:
self
.
img_path
=
"D:
\\
TestFile
\\
Img
\\
"
# 报告文件路径
self
.
report_path
=
"D:
\\
TestZmpos
\\
WorkReport
\\
"
self
.
report_path
=
"D:
\\
zmops-test
\\
WorkReport
\\
"
# 测试用例路径
self
.
case_path
=
"D:
\\
TestZmpos
\\
WorkCase
\\
"
self
.
case_path
=
"D:
\\
zmops-test
\\
WorkCase
\\
"
# 测试yaml文件路径
self
.
yaml_path
=
"D:
\\
TestZmpos
\\
WorkYaml
\\
"
self
.
yaml_path
=
"D:
\\
zmops-test
\\
WorkYaml
\\
"
WorkCase/__init__.py
View file @
c436afb9
...
...
@@ -7,7 +7,7 @@
class
CaseBase
:
def
__init__
(
self
):
self
.
base_path
=
"D:
\\
TestZmpos
\\
WorkCase"
#
self.base_path = "D:\\TestZmpos\\WorkCase"
self
.
environment
=
{
# "host": "http://10.0.0.12:7070",
...
...
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