Commit c436afb9 by sanshi

修改项目地址

parent e79c50ff
<component name="ProjectDictionaryState">
<dictionary name="Administrator">
<words>
<w>zmops</w>
</words>
</dictionary>
</component>
\ No newline at end of file
......@@ -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" />
......
......@@ -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\\"
......@@ -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",
......
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