Skip to content

Commit 4536f20

Browse files
committed
Remove test_fetch
Double up of test case in test_cli.py
1 parent a6efd7b commit 4536f20

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/cli/test_fetch.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
DOWNLOAD_METADATA,
88
DownloadMetadata,
99
IncompleteDownloadError,
10-
_fetch,
1110
assert_complete_download,
1211
complete_download,
1312
create_hash,
@@ -56,12 +55,6 @@ def ship_config(tmpdir):
5655
return ship_config
5756

5857

59-
@pytest.mark.usefixtures("copernicus_subset_no_download")
60-
def test_fetch(schedule, ship_config, tmpdir):
61-
"""Test the fetch command, but mock the download."""
62-
_fetch(Path(tmpdir), "test", "test")
63-
64-
6558
def test_create_hash():
6659
assert len(create_hash("correct-length")) == 8
6760
assert create_hash("same") == create_hash("same")

0 commit comments

Comments
 (0)