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

Function test_concat_invalid

dask/dataframe/dask_expr/tests/test_concat.py:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68
69def test_concat_invalid():
70 with pytest.raises(TypeError, match="dfs must"):
71 concat(df)
72 with pytest.raises(ValueError, match="No objects to"):
73 concat([])
74
75
76def test_concat_one_object(df, pdf):

Callers

nothing calls this directly

Calls 1

concatFunction · 0.90

Tested by

no test coverage detected