We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6266771 commit e1ccaaeCopy full SHA for e1ccaae
pandas/tests/indexes/period/test_period_range.py
@@ -51,6 +51,7 @@ def test_construction_from_period(self):
51
result = period_range(start=start, end=end, freq="Q", name="foo")
52
tm.assert_index_equal(result, expected)
53
54
+ #test for issue #21793
55
idx = period_range(start=start, end=end, freq="Q", name="foo")
56
result = idx == idx.values
57
assert result.all()
0 commit comments