Updates:
Summary: Dynamic keywords ignored if getting documentation or arguments
fails
Status: Accepted
Labels: Target-2.6
Comment #1 on issue 827 by pekka.klarck: Dynamic keywords ignored if
getting documentation or arguments fails
http://code.google.com/p/robotframework/issues/detail?id=827
Just verified that this is a general problem with dynamic libraries and
that the same problem appears also if get_keyword_arguments fails. This is
also easy to fix by wrapping the code that tries to get the doc (and args)
to try/except. Should we possibly also issue a warning when this happens?