Skip to content

Commit

Permalink
Set testpath
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Feb 22, 2024
1 parent 1152b50 commit f4f54ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ zip-safe = false

[tool.setuptools.packages.find]
where = ["src"]
namespaces = false
namespaces = false

[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"test"
]

0 comments on commit f4f54ba

Please sign in to comment.