From ad44c12356d7c15225ec5a7f2453d0156abce863 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 13 Nov 2024 17:54:44 +0100 Subject: [PATCH] pytest config --- integrations/fastembed/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integrations/fastembed/pyproject.toml b/integrations/fastembed/pyproject.toml index c99beae6c..abae78d8a 100644 --- a/integrations/fastembed/pyproject.toml +++ b/integrations/fastembed/pyproject.toml @@ -154,6 +154,10 @@ omit = ["*/tests/*", "*/__init__.py"] show_missing = true exclude_lines = ["no cov", "if __name__ == .__main__.:", "if TYPE_CHECKING:"] +[tool.pytest.ini_options] +minversion = "6.0" +markers = ["unit: unit tests", "integration: integration tests"] + [[tool.mypy.overrides]] module = [ "haystack.*",