You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Test Cases ***1111@{a} = Create list 5 2 3
import library Collections WITH NAME p1
reload library p1
import library String WITH NAME p1
reload library p1
p1.Sort List ${a}
log ${a}
p1 is Collections not String because:
robot/running/namespace.py:128
if lib.name in self._kw_store.libraries:
LOGGER.info("Test library '%s' already imported by suite '%s'"
% (lib.name, self._suite_name))