MCPcopy
hub / github.com/celery/celery / test_call_empty_group

Method test_call_empty_group

t/unit/tasks/test_canvas.py:1014–1019  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1012 )
1013
1014 def test_call_empty_group(self):
1015 x = group(app=self.app)
1016 assert not len(x())
1017 x.delay()
1018 x.apply_async()
1019 x()
1020
1021 def test_skew(self):
1022 g = group([self.add.s(i, i) for i in range(10)])

Callers

nothing calls this directly

Calls 4

groupClass · 0.90
xFunction · 0.85
delayMethod · 0.45
apply_asyncMethod · 0.45

Tested by

no test coverage detected