asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

PyCharm doesn't recognize this library #77

Closed ecarmiel closed 4 years ago

ecarmiel commented 5 years ago

Hi I install using pip install the library and added to Pycharm project Interpreter (version 1.0.0) . When i use the keywords in pycharm (like GET ,Output ) doesn't recognize them and puts red line under them Running the robot does work and library sends requests. is there any way to fix this ?

Dorwald commented 5 years ago

@ecarmiel Hi. There is "name=None" in decorator "@keyword(....)" before all keywords. I did not figure out why this was done, but erasing it helps for pyCharm and IntelliBot.