We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b0e14 commit e8eb49dCopy full SHA for e8eb49d
pandas/tests/indexes/multi/test_copy.py
@@ -80,7 +80,6 @@ def test_copy_method_kwargs(deep, kwarg, value):
80
codes=[[0, 0, 0, 1], [0, 0, 1, 1]],
81
names=["first", "second"],
82
)
83
- return
84
idx_copy = idx.copy(**{kwarg: value, "deep": deep})
85
if kwarg == "names":
86
assert getattr(idx_copy, kwarg) == value
0 commit comments