MCPcopy
hub / github.com/celery/celery / test_terminate__no_obj

Method test_terminate__no_obj

t/unit/worker/test_bootsteps.py:192–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190 assert x.start(self) is None
191
192 def test_terminate__no_obj(self):
193 x = self.Def(self)
194 x.obj = None
195 x.terminate(Mock())
196
197 def test_include_when_disabled(self):
198 x = self.Def(self)

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.45

Tested by

no test coverage detected