Skip to content

Commit

Permalink
fix: Added src to path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
da-the-dev authored Jul 25, 2024
1 parent d12dbcd commit b17d324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pytest-xdist = "^3.6.1"

[tool.pytest.ini_options]
addopts = "--disable-warnings"
pythonpath = ["src"]

[tool.coverage.report]
exclude_also = ["def __repr__"]
Expand Down

0 comments on commit b17d324

Please sign in to comment.