Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_simple
Method
test_simple
t/unit/utils/test_serialization.py:81–82 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
79
'hello'
,
80
])
81
def
test_simple(self, obj):
82
assert jsonify(obj)
83
84
def
test_unknown_type_filter(self):
85
unknown_type_filter = Mock()
Callers
nothing calls this directly
Calls
1
jsonify
Function · 0.90
Tested by
no test coverage detected