MCPcopy
hub / github.com/celery/celery / test_handle_process_exit

Method test_handle_process_exit

t/unit/apps/test_multi.py:263–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

261 )
262
263 def test_handle_process_exit(self):
264 assert self.node.handle_process_exit(0) == 0
265
266 def test_handle_process_exit__failure(self):
267 on_failure = Mock(name='on_failure')

Callers

nothing calls this directly

Calls 1

handle_process_exitMethod · 0.80

Tested by

no test coverage detected