MCPcopy Create free account
hub / github.com/dask/dask / test_concat_one_object

Function test_concat_one_object

dask/dataframe/dask_expr/tests/test_concat.py:76–80  ·  view source on GitHub ↗
(df, pdf)

Source from the content-addressed store, hash-verified

74
75
76def test_concat_one_object(df, pdf):
77 result = concat([df])
78 expected = pd.concat([pdf])
79 assert_eq(result, expected)
80 assert not any(div is None for div in result.divisions)
81
82
83def test_concat_one_no_columns(df, pdf):

Callers

nothing calls this directly

Calls 3

concatFunction · 0.90
assert_eqFunction · 0.90
anyFunction · 0.85

Tested by

no test coverage detected