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

test: Update test_e2e.py

parent da048cbf
...@@ -78,6 +78,9 @@ plugins: ...@@ -78,6 +78,9 @@ plugins:
- search - search
- i18n: - i18n:
docs_structure: folder docs_structure: folder
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages: languages:
- locale: en - locale: en
default: true default: true
......
...@@ -43,7 +43,8 @@ test = [ ...@@ -43,7 +43,8 @@ test = [
"pytest", "pytest",
"pytest-cov", "pytest-cov",
"coverage", "coverage",
"beautifulsoup4" "beautifulsoup4",
"fuzzywuzzy"
] ]
vlm = [ vlm = [
"transformers>=4.51.1", "transformers>=4.51.1",
...@@ -150,7 +151,11 @@ omit = [ ...@@ -150,7 +151,11 @@ omit = [
"*/cli_parser.py", "*/cli_parser.py",
"*/run_async.py" "*/run_async.py"
] ]
[tool.coverage.html] [tool.coverage.html]
directory = "htmlcov"
[tool.coverage.report]
exclude_also = [ exclude_also = [
'def __repr__', 'def __repr__',
'if self.debug:', 'if self.debug:',
...@@ -163,4 +168,3 @@ exclude_also = [ ...@@ -163,4 +168,3 @@ exclude_also = [
'class .*\bProtocol\):', 'class .*\bProtocol\):',
'@(abc\.)?abstractmethod', '@(abc\.)?abstractmethod',
] ]
\ No newline at end of file
directory = "htmlcov"
\ 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