Skip to content

Commit f9b4229

Browse files
committed
pytest: add test path
1 parent edd2d1e commit f9b4229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ extend-ignore = ["E203"]
107107

108108
[tool.pytest.ini_options]
109109
addopts = "--ignore=docs"
110+
testpaths = [
111+
"tests",
112+
]

0 commit comments

Comments
 (0)