Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_maybe_list
Function
test_maybe_list
t/unit/utils/test_functional.py:74–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
74
def
test_maybe_list():
75
assert maybe_list(1) == [1]
76
assert maybe_list([1]) == [1]
77
assert maybe_list(None) is None
78
79
80
def
test_mlazy():
Callers
nothing calls this directly
Calls
1
maybe_list
Function · 0.85
Tested by
no test coverage detected