MCPcopy
hub / github.com/celery/celery / test_shutdown

Method test_shutdown

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

Source from the content-addressed store, hash-verified

344 )
345
346 def test_shutdown(self):
347 self.app.control.shutdown()
348 self.assert_control_called_with_args('shutdown', destination=None)
349
350 def test_shutdown__with_destination(self):
351 self.app.control.shutdown(destination='a@q.com', limit=3)

Callers

nothing calls this directly

Calls 2

shutdownMethod · 0.45

Tested by

no test coverage detected