Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
])
64
def
test_invalid_joins(join):
65
with
pytest.raises(ValueError, match=
"'join' must be"
):
66
concat([df, df], join=join)
67
68
69
def
test_concat_invalid():
Callers
nothing calls this directly
Calls
1
concat
Function · 0.90
Tested by
no test coverage detected