MCPcopy
hub / github.com/celery/celery / test_forget

Method test_forget

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

Source from the content-addressed store, hash-verified

974 assert res.status == states.RETRY
975
976 def test_forget(self):
977 res = EagerResult('x', 'x', states.RETRY)
978 res.forget()
979
980 def test_revoke(self):
981 res = self.raising.apply(args=[3, 3])

Callers

nothing calls this directly

Calls 2

forgetMethod · 0.95
EagerResultClass · 0.90

Tested by

no test coverage detected