Skip to content

Commit ad201e9

Browse files
Add pyproject.toml with source and test code paths
1 parent 9c7ef91 commit ad201e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[tool.pytest.ini_options]
2+
pythonpath = [
3+
"src", "test"
4+
]

0 commit comments

Comments
 (0)