MCPcopy
hub / github.com/celery/celery / test_stats

Method test_stats

t/unit/app/test_control.py:154–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 self.assert_broadcast_called('reserved')
153
154 def test_stats(self):
155 self.inspect.stats()
156 self.assert_broadcast_called('stats')
157
158 def test_revoked(self):
159 self.inspect.revoked()

Callers

nothing calls this directly

Calls 2

statsMethod · 0.45

Tested by

no test coverage detected