We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a164749 commit 560e649Copy full SHA for 560e649
1 file changed
pyproject.toml
@@ -37,3 +37,8 @@ Repository = "https://github.com/RumbleDB/python-jsoniq.git"
37
38
[tool.black]
39
line-length = 88
40
+
41
+[tool.pytest.ini_options]
42
+pythonpath = [
43
+ "src"
44
+]
0 commit comments