(self, path: Path)
| 86 | |
| 87 | class FakeConverter: |
| 88 | def convert(self, path: Path): |
| 89 | assert path == file_path |
| 90 | return fake_result |
| 91 | |
| 92 | def _fake_upload_image_to_minio(image_data, filename, bucket_name, object_prefix): |
| 93 | uploaded_images.append(image_data) |
no outgoing calls
no test coverage detected