MCPcopy
hub / github.com/celery/celery / test_run_header_not_group

Method test_run_header_not_group

t/unit/app/test_builtins.py:156–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 assert r.parent
155
156 def test_run_header_not_group(self):
157 self.task([self.add.s(i, i) for i in range(10)], self.xsum.s())
158
159 def test_forward_options(self):
160 body = self.xsum.s()

Callers

nothing calls this directly

Calls 2

taskMethod · 0.45
sMethod · 0.45

Tested by

no test coverage detected