MCPcopy
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
74def test_maybe_list():
75 assert maybe_list(1) == [1]
76 assert maybe_list([1]) == [1]
77 assert maybe_list(None) is None
78
79
80def test_mlazy():

Callers

nothing calls this directly

Calls 1

maybe_listFunction · 0.85

Tested by

no test coverage detected