Skip to content

Commit c75cc73

Browse files
committed
specifing testpath for pytest
1 parent 3529dcd commit c75cc73

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
@@ -126,9 +126,12 @@ pythonPlatform = "All"
126126
typeCheckingMode = "strict"
127127

128128
[tool.pytest.ini_options]
129+
minversion = "6.0"
129130
pythonpath = ["src"]
131+
testpaths = "tests"
130132
addopts = ["--doctest-modules"]
131133

134+
132135
[tool.ruff]
133136
lint.select = [
134137
# Pyflakes

0 commit comments

Comments
 (0)