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

Function test_del

dask/dataframe/dask_expr/tests/test_collection.py:61–67  ·  view source on GitHub ↗
(pdf, df)

Source from the content-addressed store, hash-verified

59
60
61def test_del(pdf, df):
62 pdf = pdf.copy()
63
64 # Check __delitem__
65 del pdf["x"]
66 del df["x"]
67 assert_eq(pdf, df)
68
69
70@pytest.mark.parametrize("verbose", (True, False, None))

Callers

nothing calls this directly

Calls 2

assert_eqFunction · 0.90
copyMethod · 0.45

Tested by

no test coverage detected