MCPcopy
hub / github.com/celery/celery / test_nulldict

Method test_nulldict

t/unit/backends/test_base.py:57–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55class test_nulldict:
56
57 def test_nulldict(self):
58 x = _nulldict()
59 x['foo'] = 1
60 x.update(foo=1, bar=2)
61 x.setdefault('foo', 3)
62
63
64class test_serialization:

Callers

nothing calls this directly

Calls 3

_nulldictClass · 0.90
updateMethod · 0.45
setdefaultMethod · 0.45

Tested by

no test coverage detected