Skip to content

Commit 06a2fa2

Browse files
committed
add test
1 parent c12e8bd commit 06a2fa2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

services/storage/tests/unit/test_handlers_datcore.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111
pytest_simcore_ops_services_selection = ["adminer"]
1212

1313

14-
@pytest.mark.parametrize("entrypoint", ["list_paths"])
14+
@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+
)
1525
@pytest.mark.parametrize(
1626
"location_id",
1727
[DatCoreDataManager.get_location_id()],

0 commit comments

Comments
 (0)