|
_root_dir = ' C:\\Users\\AOsorio1\\Documents\\repo '
Root directory of the project folder containing all the tests
|
|
lib_path = os.path.abspath(os.path.join(_root_dir, "TLib"))
|
|
prj_config = ConfigParser.ConfigParser()
ConfigParser that reads the projects configuration from
config/config.ini
|
|
__package__ = ' tlib '
|