We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6c8ba commit a417e94Copy full SHA for a417e94
1 file changed
pyproject.toml
@@ -9,6 +9,9 @@ dependencies = [
9
]
10
11
[tool.pytest]
12
+pythonpath = [
13
+ "src"
14
+]
15
testpaths = [
16
"tests"
17
0 commit comments