Skip to content

Commit 5f92bd1

Browse files
committed
add asserts to test module string is set for date_range and bdate_range
1 parent dd0ccc8 commit 5f92bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/api/test_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,5 @@ def test_set_module():
416416
assert pd.Period.__module__ == "pandas"
417417
assert pd.Timestamp.__module__ == "pandas"
418418
assert pd.Timedelta.__module__ == "pandas"
419+
assert pd.date_range.__module__ == "pandas"
420+
assert pd.bdate_range.__module__ == "pandas"

0 commit comments

Comments
 (0)