Commit 820c61d3 authored by zhanhuasheng's avatar zhanhuasheng

修改路径

parent c318535b
......@@ -5,7 +5,7 @@ from TestData.setting.email_integration_test_data import emailIntegrationData
class TestEmailIntegration:
yaml_path = r'setting\emailIntegration.yaml'
yaml_path = r'setting/emailIntegration.yaml'
yaml_data = yaml_handler.yaml_handler.get_case(yaml_path)
@pytest.mark.flaky(reruns=emailIntegrationData.rerun, reruns_delay=emailIntegrationData.rerun_delay)
......
......@@ -5,7 +5,7 @@ from TestData.setting.whatsapp_integration_test_data import whatsappIntegrationD
class TestWhatsappIntegration:
yaml_path = r'setting\whatsappIntegration.yaml'
yaml_path = r'setting/whatsappIntegration.yaml'
yaml_data = yaml_handler.yaml_handler.get_case(yaml_path)
@pytest.mark.flaky(reruns=whatsappIntegrationData.rerun, reruns_delay=whatsappIntegrationData.rerun_delay)
@pytest.mark.parametrize('case',yaml_data)
......
......@@ -5,7 +5,7 @@ from TestData.setting.widget_setting_test_data import widgetSettingData
class TestWidgetSetting:
yaml_path = r'setting\widgetSetting.yaml'
yaml_path = r'setting/widgetSetting.yaml'
yaml_data = yaml_handler.yaml_handler.get_case(yaml_path)
@pytest.mark.flaky(reruns=widgetSettingData.rerun, reruns_delay=widgetSettingData.rerun_delay)
@pytest.mark.parametrize('case',yaml_data)
......
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