Skip to content

Commit 9deed54

Browse files
committed
Add current dir to toml to allow pytest to work correctly.
1 parent d1f492c commit 9deed54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ Repository = "https://github.com/googleads/google-ads-python"
6969
include=["google.ads.*"]
7070
exclude=["examples", "examples.*", "tests", "tests.*"]
7171

72+
[tool.pytest.ini_options]
73+
pythonpath = [
74+
"."
75+
]

0 commit comments

Comments
 (0)