MCPcopy
hub / github.com/celery/celery / test_is_dict

Method test_is_dict

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

Source from the content-addressed store, hash-verified

1925 assert maybe_signature(None, app=self.app) is None
1926
1927 def test_is_dict(self):
1928 assert isinstance(maybe_signature(dict(self.add.s()), app=self.app),
1929 Signature)
1930
1931 def test_when_sig(self):
1932 s = self.add.s()

Callers

nothing calls this directly

Calls 2

maybe_signatureFunction · 0.90
sMethod · 0.45

Tested by

no test coverage detected