MCPcopy
hub / github.com/celery/celery / test_without_id

Method test_without_id

t/unit/tasks/test_result.py:122–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 res_subtask_async.get(disable_sync_subtasks=False)
121
122 def test_without_id(self):
123 with pytest.raises(ValueError):
124 AsyncResult(None, app=self.app)
125
126 def test_compat_properties(self):
127 x = self.app.AsyncResult('1')

Callers

nothing calls this directly

Calls 2

AsyncResultClass · 0.90
raisesMethod · 0.45

Tested by

no test coverage detected