Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_save
Method
test_save
t/unit/worker/test_state.py:109–113 ·
view source on GitHub ↗
(self, p)
Source
from the content-addressed store, hash-verified
107
assert p.db.filename == p.filename
108
109
def
test_save(self, p):
110
p.db[
'foo'
] =
'bar'
111
p.save()
112
assert p.db.in_sync
113
assert p.db.closed
114
115
def
add_revoked(self, p, *ids):
116
for
id in ids:
Callers
nothing calls this directly
Calls
1
save
Method · 0.45
Tested by
no test coverage detected