intellibot icon indicating copy to clipboard operation
intellibot copied to clipboard

Intellibot doesn't recognize keywords imported as relative path to test suite.

Open ghost opened this issue 9 years ago • 1 comments

In my environment Intellibot doesn't recognize keywords which are imported from .py file given as relative path to test suite. Moreover, it doesn't want to go to source code ("Import file not found") even though robot framework can access to it and execute test without any problems.

Intellibot version: 0.10.143.381 Pycharm Pro 2016.2.3 Environment: Ubuntu Linux 16.04

ghost avatar Sep 29 '16 13:09 ghost

Something similar is happening to me, but it's able to import some files and not others.. In my settings file:

*** Settings ***
Library  ../../qa-core-services/crqacore/common/SSHTunnel/SSHTunnel.py
Library  ../../qa-core-services/crqacore/common/SSHTunnel/SSHTunnelMode.py
Library  ../../qa-core-services/crqacore/common/SSHTunnel/SSHTunnelMonitorClient.py

It's able to import the 2nd and 3rd entries, but not the 1st one. Could it be because the file name is the same as the directory name?

When I created a new file called SSHTunnelZ.py, it's able to find it. The test cases run fine, but in PyCharm it can't find the keyword (and lose Intellisense, which sucks).

joaonc avatar Jan 18 '17 23:01 joaonc