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
4c89ed25
Commit
4c89ed25
authored
Apr 22, 2024
by
zhanhuasheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改路径
parent
ae228c15
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
TestCase/FAQ/test_01_article_info.py
TestCase/FAQ/test_01_article_info.py
+1
-1
TestCase/FAQ/test_02_article_opreate.py
TestCase/FAQ/test_02_article_opreate.py
+1
-1
TestCase/FAQ/test_03_article_page_setting.py
TestCase/FAQ/test_03_article_page_setting.py
+1
-1
TestCase/billing/test_01_buyPlan.py
TestCase/billing/test_01_buyPlan.py
+1
-1
TestCase/customer/test_01_customer.py
TestCase/customer/test_01_customer.py
+1
-1
TestCase/inbox/test_01_livechat.py
TestCase/inbox/test_01_livechat.py
+1
-1
TestCase/inbox/test_02_ticketStatus.py
TestCase/inbox/test_02_ticketStatus.py
+1
-1
TestCase/inbox/test_03_ticketOpreate.py
TestCase/inbox/test_03_ticketOpreate.py
+1
-1
TestCase/inbox/test_04_ticketInfo.py
TestCase/inbox/test_04_ticketInfo.py
+1
-1
TestCase/inbox/test_05_team.py
TestCase/inbox/test_05_team.py
+1
-1
TestCase/inbox/test_06_channel.py
TestCase/inbox/test_06_channel.py
+1
-1
TestCase/inbox/test_07_ticketDetail.py
TestCase/inbox/test_07_ticketDetail.py
+1
-1
No files found.
TestCase/FAQ/test_01_article_info.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.FAQ.article_info_test_data import articleInfoTestData
class
TestFAQ
:
yaml_path
=
r
'FAQ
\
article_info.yaml'
yaml_path
=
r
'FAQ
/
article_info.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
articleInfoTestData
.
rerun
,
reruns_delay
=
articleInfoTestData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/FAQ/test_02_article_opreate.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.FAQ.article_opreate_test_data import articleOperateTestData
class
TestArticleOpreate
:
yaml_path
=
r
'FAQ
\
article_opreate.yaml'
yaml_path
=
r
'FAQ
/
article_opreate.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
articleOperateTestData
.
rerun
,
reruns_delay
=
articleOperateTestData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/FAQ/test_03_article_page_setting.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.FAQ.article_page_setting_test_data import articlePageSettingTestDa
class
TestArticleOpreate
:
yaml_path
=
r
'FAQ
\
article_page_setting.yaml'
yaml_path
=
r
'FAQ
/
article_page_setting.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
articlePageSettingTestData
.
rerun
,
reruns_delay
=
articlePageSettingTestData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/billing/test_01_buyPlan.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.billing.buyPlan_test_data import buyPlanData
class
TestBuyPlan
:
yaml_path
=
r
'billing
\
buyPlan.yaml'
yaml_path
=
r
'billing
/
buyPlan.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
buyPlanData
.
rerun
,
reruns_delay
=
buyPlanData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/customer/test_01_customer.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.customer.customer_test_data import customerData
class
TestCustomer
:
yaml_path
=
r
'customer
\
customer.yaml'
yaml_path
=
r
'customer
/
customer.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
customerData
.
rerun
,
reruns_delay
=
customerData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/inbox/test_01_livechat.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.inbox.livechat_test_data import livechatData
class
TestLivechat
:
yaml_path
=
r
'inbox
\
livechat.yaml'
yaml_path
=
r
'inbox
/
livechat.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
livechatData
.
rerun
,
reruns_delay
=
livechatData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/inbox/test_02_ticketStatus.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.inbox.ticketStatus_test_data import ticketStatusData
class
TestTicketStatus
:
yaml_path
=
r
'inbox
\
ticketStatus.yaml'
yaml_path
=
r
'inbox
/
ticketStatus.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
ticketStatusData
.
rerun
,
reruns_delay
=
ticketStatusData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/inbox/test_03_ticketOpreate.py
View file @
4c89ed25
...
...
@@ -9,7 +9,7 @@ from TestData.inbox.ticketStatus_test_data import ticketStatusData
class
TestTicketOpreate
:
yaml_path
=
r
'inbox
\
ticketOpreate.yaml'
yaml_path
=
r
'inbox
/
ticketOpreate.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
ticketStatusData
.
rerun
,
reruns_delay
=
ticketStatusData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/inbox/test_04_ticketInfo.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.inbox.ticketInfo_test_data import ticketInfoData
class
TestTicketInfo
:
yaml_path
=
r
'inbox
\
ticketInfo.yaml'
yaml_path
=
r
'inbox
/
ticketInfo.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
ticketInfoData
.
rerun
,
reruns_delay
=
ticketInfoData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/inbox/test_05_team.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.inbox.team_test_data import teamData
class
TestTeam
:
yaml_path
=
r
'inbox
\
team.yaml'
yaml_path
=
r
'inbox
/
team.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
teamData
.
rerun
,
reruns_delay
=
teamData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/inbox/test_06_channel.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.inbox.channel_test_data import channelData
class
TestChannel
:
yaml_path
=
r
'inbox
\
channel.yaml'
yaml_path
=
r
'inbox
/
channel.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
channelData
.
rerun
,
reruns_delay
=
channelData
.
rerun_delay
)
@
pytest
.
mark
.
parametrize
(
'case'
,
yaml_data
)
...
...
TestCase/inbox/test_07_ticketDetail.py
View file @
4c89ed25
...
...
@@ -5,7 +5,7 @@ from TestData.inbox.ticketDetail_test_data import ticketDetailData
class
TestTiocketDetail
:
yaml_path
=
r
'inbox
\
ticketDetail.yaml'
yaml_path
=
r
'inbox
/
ticketDetail.yaml'
yaml_data
=
yaml_handler
.
yaml_handler
.
get_case
(
yaml_path
)
@
pytest
.
mark
.
flaky
(
reruns
=
ticketDetailData
.
rerun
,
reruns_delay
=
ticketDetailData
.
rerun_delay
)
@
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