MCPcopy
hub / github.com/celery/celery / test_is_None

Method test_is_None

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

Source from the content-addressed store, hash-verified

1922class test_maybe_signature(CanvasCase):
1923
1924 def test_is_None(self):
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),

Callers

nothing calls this directly

Calls 1

maybe_signatureFunction · 0.90

Tested by

no test coverage detected