Skip to content

Commit cb5c869

Browse files
WillAydjreback
authored andcommitted
Base Index Tests Cleanup Part 3 (pandas-dev#20931)
1 parent 21f5fb1 commit cb5c869

File tree

2 files changed

+404
-350
lines changed

2 files changed

+404
-350
lines changed

pandas/conftest.py

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ def nulls_fixture(request):
108108
return request.param
109109

110110

111+
nulls_fixture2 = nulls_fixture # Generate cartesian product of nulls_fixture
112+
113+
111114
TIMEZONES = [None, 'UTC', 'US/Eastern', 'Asia/Tokyo', 'dateutil/US/Pacific']
112115

113116

0 commit comments

Comments
 (0)