Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wsmonitor
Overview
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
宋鹏博
wsmonitor
Commits
1abf4fc3
Commit
1abf4fc3
authored
Feb 12, 2025
by
之约
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新功能
parent
a290951c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
test_AISelectedtopic.py
script/test_AISelectedtopic.py
+3
-3
test_AITopicplanning.py
script/test_AITopicplanning.py
+2
-2
No files found.
script/test_AISelectedtopic.py
View file @
1abf4fc3
...
@@ -30,7 +30,7 @@ class TestaiSelectedtopic:
...
@@ -30,7 +30,7 @@ class TestaiSelectedtopic:
# AI选题情报员-选题资讯-解读当前资讯
# AI选题情报员-选题资讯-解读当前资讯
@allure.feature
(
"选题资讯-解读当前资讯流程"
)
@allure.feature
(
"选题资讯-解读当前资讯流程"
)
def
test_information
(
self
):
def
test_
ai_
information
(
self
):
self
.
aiselectedtopic
.
ai_information
()
self
.
aiselectedtopic
.
ai_information
()
time
.
sleep
(
30
)
time
.
sleep
(
30
)
ws_error
(
1
)
ws_error
(
1
)
...
@@ -38,14 +38,14 @@ class TestaiSelectedtopic:
...
@@ -38,14 +38,14 @@ class TestaiSelectedtopic:
# AI选题情报员-选题资讯-了解选题新鲜事
# AI选题情报员-选题资讯-了解选题新鲜事
@allure.feature
(
"了解选题新鲜事流程"
)
@allure.feature
(
"了解选题新鲜事流程"
)
def
test_freshnews
(
self
):
def
test_
ai_
freshnews
(
self
):
self
.
aiselectedtopic
.
ai_freshnews
()
self
.
aiselectedtopic
.
ai_freshnews
()
time
.
sleep
(
20
)
time
.
sleep
(
20
)
ws_error
(
1
)
ws_error
(
1
)
time
.
sleep
(
3
)
time
.
sleep
(
3
)
@allure.feature
(
"选题资讯-图书榜单按钮解读流程"
)
@allure.feature
(
"选题资讯-图书榜单按钮解读流程"
)
def
test_
information
(
self
):
def
test_
ai_bookrankings
(
self
):
self
.
aiselectedtopic
.
ai_bookrankings
()
self
.
aiselectedtopic
.
ai_bookrankings
()
time
.
sleep
(
30
)
time
.
sleep
(
30
)
ws_error
(
1
)
ws_error
(
1
)
...
...
script/test_AITopicplanning.py
View file @
1abf4fc3
...
@@ -54,7 +54,7 @@ class TestaiSelectedtopic:
...
@@ -54,7 +54,7 @@ class TestaiSelectedtopic:
# AI选题策划编辑-去竞品分析
# AI选题策划编辑-去竞品分析
@allure.feature
(
"去竞品分析流程"
)
@allure.feature
(
"去竞品分析流程"
)
def
test_
report
(
self
):
def
test_
ai_analysis
(
self
):
self
.
aitopicplanning
.
ai_analysis
(
Aibook_file_text
)
self
.
aitopicplanning
.
ai_analysis
(
Aibook_file_text
)
time
.
sleep
(
50
)
time
.
sleep
(
50
)
ws_error
(
1
)
ws_error
(
1
)
...
@@ -62,7 +62,7 @@ class TestaiSelectedtopic:
...
@@ -62,7 +62,7 @@ class TestaiSelectedtopic:
# AI选题策划编辑-导出数据
# AI选题策划编辑-导出数据
@allure.feature
(
"导出数据流程"
)
@allure.feature
(
"导出数据流程"
)
def
test_
report
(
self
):
def
test_
ai_exportdata
(
self
):
self
.
aitopicplanning
.
ai_exportdata
(
Aibook_file_text
)
self
.
aitopicplanning
.
ai_exportdata
(
Aibook_file_text
)
time
.
sleep
(
15
)
time
.
sleep
(
15
)
ws_error
(
1
)
ws_error
(
1
)
...
...
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