MCPcopy
hub / github.com/celery/celery / test_pending_configuration__setdefault

Method test_pending_configuration__setdefault

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

Source from the content-addressed store, hash-verified

390 )
391
392 def test_pending_configuration__setdefault(self):
393 with self.Celery(broker='foo://bar') as app:
394 assert not app.configured
395 app.conf.setdefault('worker_agent', 'foo:Bar')
396 assert not app.configured
397
398 def test_pending_configuration__iter(self):
399 with self.Celery(broker='foo://bar') as app:

Callers

nothing calls this directly

Calls 1

setdefaultMethod · 0.45

Tested by

no test coverage detected