Skip to content

Commit 8b5a58d

Browse files
committed
Test between
1 parent 43fbd2d commit 8b5a58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas_selectable/tests/test_select.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_dt(dta):
5858
assert dta.select.B.dt.is_year_start.equals(dta.loc[[0]])
5959
assert len(dta.select.B.dt.day == 15) == 1
6060
assert len(dta.select.B.dt.month == 2) == 0
61+
assert len(dta.select.B.between("2020-01-03", "2020-01-05")) == 3
6162

6263

6364
def test_index(dta):

0 commit comments

Comments
 (0)