I want to create a Python library and then import it to robotframework. My Python library structure is:
autotestlibrary
|_ testkeywordlibrary
|_ logintest.py
|_ homepagetest.py
|_ testobject
|_ loginpage.py
|_ homepage.py
I have created init file into each folder. But when I import autotestlibray into robotframework it can't find my library.
autotestlibrarydirectory in one of the directories specified inPYTHONPATHenvironment variable?import autotestlibrary?