Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_single_chain
Method
test_single_chain
t/integration/test_canvas.py:180–182 ·
view source on GitHub ↗
(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
chain
Class · 0.90
s
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected