MCPcopy
hub / github.com/celery/celery / test_store_errors_default

Method test_store_errors_default

t/unit/worker/test_request.py:487–490  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

485 assert job.store_errors
486
487 def test_store_errors_default(self):
488 self.mytask.ignore_result = False
489 job = self.xRequest()
490 assert job.store_errors
491
492 def test_store_errors_task_ignore_result(self):
493 self.mytask.ignore_result = True

Callers

nothing calls this directly

Calls 1

xRequestMethod · 0.80

Tested by

no test coverage detected