Exemplo n.º 1
0
def load_config(rel_path):
    ''' Load config from file path specified as path relative to config_root '''
    cfg_path = os.path.join(env_tests.get_config_root_path(), rel_path)
    return load_config_from_file(cfg_path)
Exemplo n.º 2
0
def get_config_root_path():
    return env_tests.get_config_root_path()