annoviko / annoviko/robotframework-httpctrl

Cannot import HttpCtrl.Server and HttpCtrl.Json in the same file

Ouverte
#41 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
Python
Étoiles
11
Forks
4
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Quite possibly not a HttpCtrl bug as such and be related to Pycharm, but just raising it in the unlikely case it is :)

I've started to use HttpCtrl 0.3.1 and I have a robot file in which I want to use both HttpCtrl.Server and HttpCtrl.Json. I added the following:

*** Settings ***
Library HttpCtrl.Server
Library HttpCtrl.Json

When I include both as above the "Get Json Value From String" is not found. If I reverse the Library order then the HttpCtrl.Server statements are not found. Pycharm does not underline either of the Library imports.

OS: Linux Ubuntu
Python 3.9
PyCharm 2022.3.3 (Community Edition)

Any ideas?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.