We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6580f42 commit 6a5a8d3Copy full SHA for 6a5a8d3
1 file changed
tests/tools/test_exampledata_utils.py
@@ -15,7 +15,7 @@ def test_pooch_registry_url_reponse(url):
15
16
17
@pytest.mark.parametrize("dataset", list_example_datasets()[:1])
18
-def test_download_example_dataset(tmp_path, dataset):
+def test_download_example_dataset_folder_creation(tmp_path, dataset):
19
dataset_folder_path = download_example_dataset(dataset, data_home=tmp_path)
20
21
assert dataset_folder_path.exists()
0 commit comments