robotframework-2.7.7.atest.testresources.testlibs.NamespaceUsingLibrary.py Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
from robot.libraries.BuiltIn import BuiltIn
class NamespaceUsingLibrary(object):
def __init__(self):
self._importing_suite = BuiltIn().get_variable_value('${SUITE NAME}')
self._easter = BuiltIn().get_library_instance('Easter')
def get_importing_suite(self):
return self._importing_suite
def get_other_library(self):
return self._easter