Skip to content

Commit

Permalink
pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 13, 2024
1 parent 470da19 commit ad44c12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrations/fastembed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down

0 comments on commit ad44c12

Please sign in to comment.