MCPcopy
hub / github.com/celery/celery / test_seq_concat_item

Function test_seq_concat_item

t/unit/utils/test_functional.py:430–433  ·  view source on GitHub ↗
(a, b, expected)

Source from the content-addressed store, hash-verified

428 ([1, 2, 3], 4, [1, 2, 3, 4]),
429])
430def test_seq_concat_item(a, b, expected):
431 res = seq_concat_item(a, b)
432 assert type(res) is type(expected)
433 assert res == expected
434
435
436class StarKwargsCallable:

Callers

nothing calls this directly

Calls 1

seq_concat_itemFunction · 0.90

Tested by

no test coverage detected