We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12e8bd commit 06a2fa2Copy full SHA for 06a2fa2
services/storage/tests/unit/test_handlers_datcore.py
@@ -11,7 +11,17 @@
11
pytest_simcore_ops_services_selection = ["adminer"]
12
13
14
-@pytest.mark.parametrize("entrypoint", ["list_paths"])
+@pytest.mark.parametrize(
15
+ "entrypoint",
16
+ [
17
+ "list_datasets_metadata",
18
+ # "list_dataset_files_metadata", needs dataset_id
19
+ "list_files_metadata",
20
+ # "get_file_metadata", needs file_id
21
+ # "download_file", needs file_id
22
+ "list_paths",
23
+ ],
24
+)
25
@pytest.mark.parametrize(
26
"location_id",
27
[DatCoreDataManager.get_location_id()],
0 commit comments