mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-03-29 05:11:52 +02:00
fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user