Skip to content

Commit cf6e892

Browse files
authored
Add test paths to pyproject toml (#80)
1 parent c8c2a98 commit cf6e892

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ docs = ["pdoc"]
2727
pythonpath = [
2828
"src"
2929
]
30+
testpaths = [
31+
"tests"
32+
]
3033

3134
[tool.mypy]
3235
ignore_missing_imports = true

0 commit comments

Comments
 (0)