Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Songselenium
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
宋鹏博
Songselenium
Commits
3b9ccd1f
Commit
3b9ccd1f
authored
Feb 06, 2025
by
宋鹏博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审校文件
parent
7dcbf7ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test_Aireview.py
script/test_Aireview.py
+4
-4
No files found.
script/test_Aireview.py
View file @
3b9ccd1f
...
...
@@ -4,9 +4,9 @@ import allure
from
common.DButils
import
DButils
from
common.untils
import
DriverTools
from
config
import
user_name
,
password
,
updata_word_path
,
word_text
,
\
from
config
import
user_name
,
password
,
word_text
,
\
updata_traditional_path
,
updata_music_path
,
updata_qrcode_path
,
updata_video_path
,
updata_picture_path
,
\
knowledge_text
,
login_url
,
userid
,
updata_
word
_name
knowledge_text
,
login_url
,
userid
,
updata_
pdf_path
,
updata_pdf
_name
from
paga.AIEditingRoomPage
import
AIER
from
paga.AiPrequalificationPage
import
Aiprequalification
from
paga.AiReviewPage
import
Aireview
...
...
@@ -35,13 +35,13 @@ class TestAireview:
# 图书审校流程
@allure.feature
(
"图书审校流程"
)
def
test_book_review
(
self
):
self
.
aireview
.
book_review
(
updata_
word
_path
)
self
.
aireview
.
book_review
(
updata_
pdf
_path
)
time
.
sleep
(
3
)
data
=
self
.
dbtuils
.
select_sql
(
f
'SELECT file_name ,status FROM aireview.assistant_task where create_user ={userid} and assistant_code '
'="diction" order by biz_id desc limit 1;'
)
assert
data
[
0
][
0
]
==
updata_
word
_name
assert
data
[
0
][
0
]
==
updata_
pdf
_name
# 文本审校流程
@allure.feature
(
"文本审校流程"
)
...
...
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