MCPcopy
hub / github.com/celery/celery / test_priority_chain

Method test_priority_chain

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

Source from the content-addressed store, hash-verified

2184
2185 @flaky
2186 def test_priority_chain(self, manager):
2187 c = return_priority.signature(priority=3) | return_priority.signature(
2188 priority=5)
2189 assert c().get(timeout=TIMEOUT) == "Priority: 5"
2190
2191 def test_nested_chord_group(self, manager):
2192 """

Callers

nothing calls this directly

Calls 2

signatureMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected