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.
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.
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.