Skip to content

Commit 0fa7f63

Browse files
committed
add python paths to test config
1 parent c0517a8 commit 0fa7f63

File tree

1 file changed

+1
-0
lines changed
  • tests/robotcode/language_server/robotframework

1 file changed

+1
-0
lines changed

tests/robotcode/language_server/robotframework/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ async def protocol(request: Any) -> AsyncGenerator[RobotLanguageServerProtocol,
7272
cast(HasConfigSection, RobotCodeConfig).__config_section__: as_dict(
7373
RobotCodeConfig(
7474
robot=RobotConfig(
75+
python_path=["./lib", "./resources"],
7576
env={"ENV_VAR": "1"},
7677
variables={
7778
"CMD_VAR": "1",

0 commit comments

Comments
 (0)