Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not using custom library name in warning when library is empty #5107

Open
Noordsestern opened this issue Apr 8, 2024 · 0 comments
Open

Not using custom library name in warning when library is empty #5107

Noordsestern opened this issue Apr 8, 2024 · 0 comments

Comments

@Noordsestern
Copy link
Member

Noordsestern commented Apr 8, 2024

Using RF 7.0

Consider following exampe:

*** Settings ***
Library     MyLibrary    AS    still_empty_yet

*** Test Cases ***
Demo
    No Operation

When executed I get a warning:

Imported library 'MyLibrary' has no keywords.

I would expect instead of "MyLibrary" the custom name still_empty_yet.

The use case is that I import a library with dynamic keywords. So the library name is identical, but dynmically loaded keywords in each lib-instance are different. Thus, if I would know what the custom name of that library is would help a lot finding the empty one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant