MCPcopy
hub / github.com/celery/celery / test_chunks

Method test_chunks

t/unit/tasks/test_tasks.py:843–844  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

841 assert self.retry_task.si().immutable
842
843 def test_chunks(self):
844 assert self.retry_task.chunks(range(100), 10)
845
846 def test_map(self):
847 assert self.retry_task.map(range(100))

Callers

nothing calls this directly

Calls 1

chunksMethod · 0.80

Tested by

no test coverage detected