MCPcopy
hub / github.com/celery/celery / test_active_safe

Method test_active_safe

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

Source from the content-addressed store, hash-verified

98 self.assert_broadcast_called('active', safe=None)
99
100 def test_active_safe(self):
101 self.inspect.active(safe=True)
102 self.assert_broadcast_called('active', safe=True)
103
104 def test_clock(self):
105 self.inspect.clock()

Callers

nothing calls this directly

Calls 2

activeMethod · 0.45

Tested by

no test coverage detected