Skip to content

Commit 8b06863

Browse files
committed
Poetry: add tests folder to pythonpath
1 parent 13294c8 commit 8b06863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ build-backend = "poetry.core.masonry.api"
4747
norecursedirs = ".git build dist"
4848
testpaths = "tests"
4949
pythonpath = [
50-
"src"
50+
"src",
51+
"tests"
5152
]
5253
mock_use_standalone_module = true
5354
addopts = [

0 commit comments

Comments
 (0)