MCPcopy
hub / github.com/celery/celery / test_signature

Method test_signature

t/unit/app/test_app.py:1195–1197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1193 assert self.app._canvas.Signature
1194
1195 def test_signature(self):
1196 sig = self.app.signature('foo', (1, 2))
1197 assert sig.app is self.app
1198
1199 def test_timezone_none_set(self):
1200 self.app.conf.timezone = None

Callers

nothing calls this directly

Calls 1

signatureMethod · 0.45

Tested by

no test coverage detected