We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd2d1e commit f9b4229Copy full SHA for f9b4229
pyproject.toml
@@ -107,3 +107,6 @@ extend-ignore = ["E203"]
107
108
[tool.pytest.ini_options]
109
addopts = "--ignore=docs"
110
+testpaths = [
111
+ "tests",
112
+]
0 commit comments