Skip to content

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

@Noordsestern

Description

@Noordsestern

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions