MCPcopy
hub / github.com/celery/celery / test_simple_chain

Method test_simple_chain

t/integration/test_canvas.py:175–177  ·  view source on GitHub ↗
(self, manager)

Source from the content-addressed store, hash-verified

173
174 @flaky
175 def test_simple_chain(self, manager):
176 c = add.s(4, 4) | add.s(8) | add.s(16)
177 assert c().get(timeout=TIMEOUT) == 32
178
179 @flaky
180 def test_single_chain(self, manager):

Callers

nothing calls this directly

Calls 2

sMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected