Skip to content

Commit 6d80b58

Browse files
committed
Add test_divmod_series_array in test_datetime.py
1 parent 9fd8b08 commit 6d80b58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/tests/extension/test_datetime.py

+5
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ def test_arith_series_with_array(self, data, all_arithmetic_operators):
147147
def test_error(self, data, all_arithmetic_operators):
148148
pass
149149

150+
def test_divmod_series_array(self):
151+
# GH 23287
152+
# skipping because it is not implemented
153+
pass
154+
150155
@pytest.mark.xfail(reason="different implementation", strict=False)
151156
def test_direct_arith_with_series_returns_not_implemented(self, data):
152157
# Right now, we have trouble with this. Returning NotImplemented

0 commit comments

Comments
 (0)