Closed woodwo closed 7 years ago
seems like it is the problem of LibraryDocumentation from robot.libdocpkg and not inside project.
from robot.libdocpkg import LibraryDocumentation
libdoc = LibraryDocumentation('example_with_decorator.py')
[kw.name for kw in libdoc.keywords]
returns only Keyword too
robotframework_hub-0.9
I have a lot of examples at my custom robot libraries that use @keyword decorator like
When hub render this examples it provide just Keyword itself but i expect keyword() args string as keyword name.