pytest: Configure pythonpath.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
183bb933b4
commit
8045cf4e65
1 changed files with 7 additions and 0 deletions
|
@ -12,3 +12,10 @@ src_paths = [
|
||||||
]
|
]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
line_length = 100
|
line_length = 100
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
pythonpath = [
|
||||||
|
"zulip",
|
||||||
|
"zulip_bots",
|
||||||
|
"zulip_botserver",
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue