Skip to content

Commit 1d65c1d

Browse files
committed
Explicitly Set Test PythonPath for Pytest
1 parent 920cd9e commit 1d65c1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ mypy_path = "mypy_stubs"
9999
addopts = "-v -rP --import-mode=importlib --disable-socket --allow-hosts localhost,::1,127.0.0.1"
100100
asyncio_mode = 'strict'
101101
testpaths = "tests/"
102+
pythonpath = "."
102103
norecursedirs = "tests/helpers/"
103104
# Uncomment the following lines to include application log output in Pytest logs.
104105
# log_cli = true

0 commit comments

Comments
 (0)