@@ -142,36 +142,3 @@ def test_copy_image_with_arguments(self):
142142 self .PROJECT_NAME , self .EXAMPLE_IMAGE , f"{ self .PROJECT_NAME } /{ self .TEST_FOLDER } " ,
143143 copy_annotation_status = True
144144 )
145-
146- # def test_image_copy_folders(tmpdir):
147- # tmpdir = Path(tmpdir)
148-
149- # projects_found = sa.search_projects(
150- # PROJECT_NAME_FOLDER, return_metadata=True
151- # )
152- # for pr in projects_found:
153- # sa.delete_project(pr)
154-
155- # project = sa.create_project(PROJECT_NAME_FOLDER, "test", "Vector")
156-
157- # sa.upload_image_to_project(
158- # project,
159- # "./tests/sample_project_vector/example_image_1.jpg",
160- # annotation_status="InProgress"
161- # )
162- # sa.upload_image_to_project(
163- # project,
164- # "./tests/sample_project_vector/example_image_2.jpg",
165- # annotation_status="InProgress"
166- # )
167-
168- # sa.create_folder(project, "folder1")
169-
170- # sa.copy_image(
171- # project, ["example_image_1.jpg", "example_image_2.jpg"],
172- # project["name"] + "/folder1"
173- # )
174- # sa.copy_image(
175- # project, ["example_image_1.jpg", "example_image_2.jpg"],
176- # project["name"] + "/folder1"
177- # )
0 commit comments