Skip to content

Commit

Permalink
fix: tests using src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerakin committed Feb 29, 2024
1 parent ff0b7e7 commit 38b7193
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ dev = [
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
pythonpath = [
"src"
]

0 comments on commit 38b7193

Please sign in to comment.