Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions absl/testing/absltest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2520,9 +2520,10 @@ def shardTestCaseNames(
input test case names, based on the shard index and total shard count.

Args:
names: A sequence of test case names.
iterator: An iterator over the shards, where each iteration returns the
next shard index.
ordered_names: A sequence of test case names.
shard_index: The index of the current shard.
total_shards: The total number of shards.

Returns:
A sequence of test case names for the current shard.
Expand Down
Loading