MCPcopy
hub / github.com/celery/celery / test_interface_on_start

Method test_interface_on_start

t/unit/concurrency/test_concurrency.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 assert BasePool(7).num_processes == 7
100
101 def test_interface_on_start(self):
102 BasePool(10).on_start()
103
104 def test_interface_on_stop(self):
105 BasePool(10).on_stop()

Callers

nothing calls this directly

Calls 2

BasePoolClass · 0.90
on_startMethod · 0.45

Tested by

no test coverage detected