MCPcopy
hub / github.com/celery/celery / test_when_sig

Method test_when_sig

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

Source from the content-addressed store, hash-verified

1929 Signature)
1930
1931 def test_when_sig(self):
1932 s = self.add.s()
1933 assert maybe_signature(s, app=self.app) is s
1934
1935
1936class test_merge_dictionaries(CanvasCase):

Callers

nothing calls this directly

Calls 2

maybe_signatureFunction · 0.90
sMethod · 0.45

Tested by

no test coverage detected