Test library 'keywords\keyword\low_version_console\user\User.py' does not exist. #398
-
i have project struct like this:
in common.robotsome like: other:Library ../keywords/keyword/client/interfaces/Update.py WITH NAME client_updatei in case*** Settings *** and i see common.robot all library in red line, report error Test library... does not exist. please help me |
Beta Was this translation helpful? Give feedback.
Answered by
d-biehl
Feb 28, 2025
Replies: 1 comment
-
you need need to add the root path of your project to the python path. Search in vscode settings for |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
d-biehl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need need to add the root path of your project to the python path. Search in vscode settings for
robotcode.robot.pythonPath
and add a.
there.