pytest: Configure pythonpath.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-10-25 15:00:34 -07:00
parent 183bb933b4
commit 8045cf4e65

View file

@ -12,3 +12,10 @@ src_paths = [
]
profile = "black"
line_length = 100
[tool.pytest.ini_options]
pythonpath = [
"zulip",
"zulip_bots",
"zulip_botserver",
]