MCPcopy
hub / github.com/celery/celery / ignored

Method ignored

t/unit/tasks/test_trace.py:289–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 def test_when_Ignore(self, mock_traceback_clear):
288 @self.app.task(shared=False)
289 def ignored():
290 raise Ignore()
291
292 retval, info = self.trace(ignored, (), {})
293 assert info.state == states.IGNORED

Callers

nothing calls this directly

Calls 1

IgnoreClass · 0.90

Tested by

no test coverage detected