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
6be1453c
Commit
6be1453c
authored
Jul 16, 2025
by
Sidney233
Browse files
test: Update test_e2e.py
parent
da048cbf
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
276 additions
and
312 deletions
+276
-312
mkdocs.yml
mkdocs.yml
+3
-0
pyproject.toml
pyproject.toml
+7
-3
tests/unittest/pdfs/test.pdf
tests/unittest/pdfs/test.pdf
+0
-0
tests/unittest/test_e2e.py
tests/unittest/test_e2e.py
+266
-309
No files found.
mkdocs.yml
View file @
6be1453c
...
...
@@ -78,6 +78,9 @@ plugins:
-
search
-
i18n
:
docs_structure
:
folder
fallback_to_default
:
true
reconfigure_material
:
true
reconfigure_search
:
true
languages
:
-
locale
:
en
default
:
true
...
...
pyproject.toml
View file @
6be1453c
...
...
@@ -43,7 +43,8 @@ test = [
"pytest"
,
"pytest-cov"
,
"coverage"
,
"beautifulsoup4"
"beautifulsoup4"
,
"fuzzywuzzy"
]
vlm
=
[
"transformers>=4.51.1"
,
...
...
@@ -150,7 +151,11 @@ omit = [
"*/cli_parser.py"
,
"*/run_async.py"
]
[tool.coverage.html]
directory
=
"htmlcov"
[tool.coverage.report]
exclude_also
=
[
'def __repr__'
,
'if self.debug:'
,
...
...
@@ -162,5 +167,4 @@ exclude_also = [
'if TYPE_CHECKING:'
,
'class .*\bProtocol\):'
,
'@(abc\.)?abstractmethod'
,
]
directory
=
"htmlcov"
\ No newline at end of file
]
\ No newline at end of file
tests/unittest/pdfs/test.pdf
View file @
6be1453c
No preview for this file type
tests/unittest/test_e2e.py
View file @
6be1453c
This diff is collapsed.
Click to expand it.
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