We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6efd7b commit 4536f20Copy full SHA for 4536f20
tests/cli/test_fetch.py
@@ -7,7 +7,6 @@
7
DOWNLOAD_METADATA,
8
DownloadMetadata,
9
IncompleteDownloadError,
10
- _fetch,
11
assert_complete_download,
12
complete_download,
13
create_hash,
@@ -56,12 +55,6 @@ def ship_config(tmpdir):
56
55
return ship_config
57
58
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
65
def test_create_hash():
66
assert len(create_hash("correct-length")) == 8
67
assert create_hash("same") == create_hash("same")
0 commit comments