MCPcopy
hub / github.com/celery/celery / test_repr

Method test_repr

t/unit/utils/test_collections.py:384–385  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

382 b.take()
383
384 def test_repr(self):
385 assert repr(Messagebuffer(10, [1, 2, 3]))
386
387 def test_iter(self):
388 b = Messagebuffer(10, list(range(10)))

Callers

nothing calls this directly

Calls 1

MessagebufferClass · 0.90

Tested by

no test coverage detected