MCPcopy
hub / github.com/celery/celery / test_single_chain

Method test_single_chain

t/integration/test_canvas.py:180–182  ·  t/integration/test_canvas.py::test_chain.test_single_chain
(self, manager)

Source from the content-addressed store, hash-verified

178
179 @flaky
180 def test_single_chain(self, manager):
181 c = chain(add.s(3, 4))()
182 assert c.get(timeout=TIMEOUT) == 7
183
184 @flaky
185 def test_complex_chain(self, manager):

Callers

nothing calls this directly

Calls 3

chainClass · 0.90
sMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected