def test_project_task(): lib.assert_entity(get_project_task())
def test_project_task_workfiles(): for entity in get_project_task_workfiles(): lib.assert_entity(entity)
def test_project_sequence_shot(): lib.assert_entity(get_project_sequence_shot())
def test_project_folder_sequence_shot_task_imagefiles(): for entity in get_project_sequence_shot_task_imagefiles(): lib.assert_entity(entity)
def test_project_assetbuild_task_images_files(): for entity in get_project_assetbuild_task_image_files(): lib.assert_entity(entity)
def test_project_assetbuild(): lib.assert_entity(get_project_assetbuild())
def test_project_folder_assetbuild_workfiles(): for entity in get_project_folder_assetbuild_workfiles(): lib.assert_entity(entity)