Skip to content

Commit 560e649

Browse files
committed
Added path to src in toml
1 parent a164749 commit 560e649

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ Repository = "https://github.com/RumbleDB/python-jsoniq.git"
3737

3838
[tool.black]
3939
line-length = 88
40+
41+
[tool.pytest.ini_options]
42+
pythonpath = [
43+
"src"
44+
]

0 commit comments

Comments
 (0)