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

Function test_invalid_joins

dask/dataframe/dask_expr/tests/test_concat.py:64–66  ·  view source on GitHub ↗
(join)

Source from the content-addressed store, hash-verified

62
63@pytest.mark.parametrize("join", ["right", "left"])
64def test_invalid_joins(join):
65 with pytest.raises(ValueError, match="'join' must be"):
66 concat([df, df], join=join)
67
68
69def test_concat_invalid():

Callers

nothing calls this directly

Calls 1

concatFunction · 0.90

Tested by

no test coverage detected