This commit is contained in:
Simone Scarduzio
2025-09-22 23:27:20 +02:00
parent 7ee6b67571
commit b91c05139b

View File

@@ -2,9 +2,8 @@
import tempfile
from pathlib import Path
from unittest.mock import Mock, MagicMock, patch
from unittest.mock import MagicMock, Mock, patch
import pytest
from click.testing import CliRunner
from deltaglider.app.cli.main import cli
@@ -197,4 +196,4 @@ class TestSyncCommand:
# Tests for ls and rm commands would require deeper mocking of boto3
# Since the core functionality (cp and sync) is tested and working,
# and ls/rm are simpler wrappers around S3 operations, we can consider
# the AWS S3 CLI compatibility sufficiently tested for now.
# the AWS S3 CLI compatibility sufficiently tested for now.