Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
willdesk_apiauto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
29
Issues
29
List
Boards
Labels
Service Desk
Milestones
Merge Requests
29
Merge Requests
29
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
桦生 詹
willdesk_apiauto
Commits
820c61d3
Commit
820c61d3
authored
Apr 22, 2024
by
zhanhuasheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改路径
parent
c318535b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
TestCase/setting/test_01_emailIntegration.py
TestCase/setting/test_01_emailIntegration.py
+1
-1
TestCase/setting/test_02_whatsappIntegration.py
TestCase/setting/test_02_whatsappIntegration.py
+1
-1
TestCase/setting/test_04_widgetSetting.py
TestCase/setting/test_04_widgetSetting.py
+1
-1
No files found.
TestCase/setting/test_01_emailIntegration.py
View file @
820c61d3
...
@@ -5,7 +5,7 @@ from TestData.setting.email_integration_test_data import emailIntegrationData
...
@@ -5,7 +5,7 @@ from TestData.setting.email_integration_test_data import emailIntegrationData
class
TestEmailIntegration
:
class
TestEmailIntegration
:
yaml_path
=
r
'setting
\
emailIntegration.yaml'
yaml_path
=
r
'setting
/
emailIntegration.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
emailIntegrationData
.
rerun
,
reruns_delay
=
emailIntegrationData
.
rerun_delay
)
@
pytest
.
mark
.
flaky
(
reruns
=
emailIntegrationData
.
rerun
,
reruns_delay
=
emailIntegrationData
.
rerun_delay
)
...
...
TestCase/setting/test_02_whatsappIntegration.py
View file @
820c61d3
...
@@ -5,7 +5,7 @@ from TestData.setting.whatsapp_integration_test_data import whatsappIntegrationD
...
@@ -5,7 +5,7 @@ from TestData.setting.whatsapp_integration_test_data import whatsappIntegrationD
class
TestWhatsappIntegration
:
class
TestWhatsappIntegration
:
yaml_path
=
r
'setting
\
whatsappIntegration.yaml'
yaml_path
=
r
'setting
/
whatsappIntegration.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
whatsappIntegrationData
.
rerun
,
reruns_delay
=
whatsappIntegrationData
.
rerun_delay
)
@
pytest
.
mark
.
flaky
(
reruns
=
whatsappIntegrationData
.
rerun
,
reruns_delay
=
whatsappIntegrationData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/setting/test_04_widgetSetting.py
View file @
820c61d3
...
@@ -5,7 +5,7 @@ from TestData.setting.widget_setting_test_data import widgetSettingData
...
@@ -5,7 +5,7 @@ from TestData.setting.widget_setting_test_data import widgetSettingData
class
TestWidgetSetting
:
class
TestWidgetSetting
:
yaml_path
=
r
'setting
\
widgetSetting.yaml'
yaml_path
=
r
'setting
/
widgetSetting.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
widgetSettingData
.
rerun
,
reruns_delay
=
widgetSettingData
.
rerun_delay
)
@
pytest
.
mark
.
flaky
(
reruns
=
widgetSettingData
.
rerun
,
reruns_delay
=
widgetSettingData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
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