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
f3ad1caa
Commit
f3ad1caa
authored
Apr 25, 2024
by
quyuan
Browse files
add cli test
parent
d74957c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_cli/conf/conf.py
tests/test_cli/conf/conf.py
+1
-1
No files found.
tests/test_cli/conf/conf.py
View file @
f3ad1caa
import
os
import
os
conf
=
{
conf
=
{
"code_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
),
"code_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
),
"pdf_dev_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
)
+
"/tests/test_cli/pdf
_
dev"
,
"pdf_dev_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
)
+
"/tests/test_cli/pdf
-
dev"
,
"pdf_res_path"
:
"/home/quyuan/code/Magic-PDF/Magic-PDF/Magic-PDF/data"
"pdf_res_path"
:
"/home/quyuan/code/Magic-PDF/Magic-PDF/Magic-PDF/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