Skip to content

Commit aadbece

Browse files
committed
docstrings
1 parent d790379 commit aadbece

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_group.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ def test_delitem_removes_children(store: Store, zarr_format: ZarrFormat) -> None
14911491
@pytest.mark.parametrize("store", ["memory"], indirect=True)
14921492
def test_group_members_performance(store: MemoryStore) -> None:
14931493
"""
1494-
Test that the performance of Group.members is robust to asynchronous latency
1494+
Test that the execution time of Group.members does not scale with asynchronous latency
14951495
"""
14961496
get_latency = 0.1
14971497

@@ -1521,7 +1521,8 @@ def test_group_members_performance(store: MemoryStore) -> None:
15211521
@pytest.mark.parametrize("store", ["memory"], indirect=True)
15221522
def test_group_members_concurrency_limit(store: MemoryStore) -> None:
15231523
"""
1524-
Test that the performance of Group.members is robust to asynchronous latency
1524+
Test that the execution time of Group.members can be constrained by the async concurrency
1525+
configuration setting.
15251526
"""
15261527
get_latency = 0.02
15271528

0 commit comments

Comments
 (0)