MCPcopy
hub / github.com/celery/celery / test_priority

Method test_priority

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

Source from the content-addressed store, hash-verified

2179
2180 @flaky
2181 def test_priority(self, manager):
2182 c = chain(return_priority.signature(priority=3))()
2183 assert c.get(timeout=TIMEOUT) == "Priority: 3"
2184
2185 @flaky
2186 def test_priority_chain(self, manager):

Callers

nothing calls this directly

Calls 3

chainClass · 0.90
signatureMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected