Commit 6be1453c authored by Sidney233's avatar Sidney233
Browse files

test: Update test_e2e.py

parent da048cbf
......@@ -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
......
......@@ -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
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment