MCPcopy
hub / github.com/celery/celery / test_active

Method test_active

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

Source from the content-addressed store, hash-verified

94 )
95
96 def test_active(self):
97 self.inspect.active()
98 self.assert_broadcast_called('active', safe=None)
99
100 def test_active_safe(self):
101 self.inspect.active(safe=True)

Callers

nothing calls this directly

Calls 2

activeMethod · 0.45

Tested by

no test coverage detected