Skip to content

Commit cbad9be

Browse files
committed
parametrize
1 parent 2809bdc commit cbad9be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

services/storage/tests/unit/test_handlers_simcore_s3.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,19 @@ async def test_create_and_delete_folders_from_project(
481481
)
482482

483483

484+
@pytest.mark.parametrize(
485+
"project_params",
486+
[
487+
ProjectWithFilesParams(
488+
num_nodes=12,
489+
allowed_file_sizes=(
490+
TypeAdapter(ByteSize).validate_python("7Mib"),
491+
TypeAdapter(ByteSize).validate_python("110Mib"),
492+
TypeAdapter(ByteSize).validate_python("1Mib"),
493+
),
494+
)
495+
],
496+
)
484497
@pytest.mark.parametrize("num_concurrent_calls", [50])
485498
async def test_create_and_delete_folders_from_project_burst(
486499
set_log_levels_for_noisy_libraries: None,

0 commit comments

Comments
 (0)