Skip to content

Commit fc1a8a0

Browse files
committed
add batch processing
1 parent 06ef9d2 commit fc1a8a0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/test_server.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,8 @@ def test_valid_stats_list_rendered(self):
334334
def process_4(items):
335335
"""Process batch."""
336336
return [x for x in items if x]
337+
338+
339+
def process_10(items):
340+
"""Process batch."""
341+
return [x for x in items if x]

0 commit comments

Comments
 (0)