Skip to content

Commit

Permalink
Added src to toml for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Aug 20, 2023
1 parent 9d2437c commit fb2ffe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ authors = [
{name = "Irene Li"},
{name = "Michael Kranzlein"}
]

# https://stackoverflow.com/questions/50155464/using-pytest-with-a-src-layer
[tool.pytest.ini_options]
pythonpath = [
"src"
]

0 comments on commit fb2ffe4

Please sign in to comment.