MCPcopy
hub / github.com/celery/celery / test_set

Method test_set

t/unit/tasks/test_canvas.py:174–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 }
173
174 def test_set(self):
175 assert Signature('TASK', x=1).set(task_id='2').options == {
176 'x': 1, 'task_id': '2',
177 }
178
179 def test_link(self):
180 x = signature(SIG)

Callers

nothing calls this directly

Calls 2

SignatureClass · 0.90
setMethod · 0.45

Tested by

no test coverage detected