We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920cd9e commit 1d65c1dCopy full SHA for 1d65c1d
pyproject.toml
@@ -99,6 +99,7 @@ mypy_path = "mypy_stubs"
99
addopts = "-v -rP --import-mode=importlib --disable-socket --allow-hosts localhost,::1,127.0.0.1"
100
asyncio_mode = 'strict'
101
testpaths = "tests/"
102
+pythonpath = "."
103
norecursedirs = "tests/helpers/"
104
# Uncomment the following lines to include application log output in Pytest logs.
105
# log_cli = true
0 commit comments