Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
080fe473
Commit
080fe473
authored
Jul 13, 2024
by
quyuan
Browse files
add ci
parent
193a9ce5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_cli/test_cli.py
tests/test_cli/test_cli.py
+1
-1
No files found.
tests/test_cli/test_cli.py
View file @
080fe473
...
...
@@ -34,7 +34,7 @@ class TestCli:
pipe
.
pipe_parse
()
md_content
=
pipe
.
pipe_mk_markdown
(
image_dir
,
drop_mode
=
"none"
)
res_path
=
os
.
path
.
join
(
pdf_dev_path
,
"mineru"
,
f
"
{
demo_name
}
.md"
)
with
open
(
res_path
,
"w"
,
encoding
=
"utf-8"
)
as
f
:
with
open
(
res_path
,
"w
+
"
,
encoding
=
"utf-8"
)
as
f
:
f
.
write
(
md_content
)
...
...
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