def get_resource_file_content()

in pytest_azurepipelines.py [0:0]


def get_resource_file_content(file_name):
    with open(os.path.join(get_resource_folder_path(), file_name), mode='rt') as source:
        return source.read()