Skip to content

Commit befb356

Browse files
committed
Add comment in conftest.py
1 parent 15fc11f commit befb356

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/tests/frame/conftest.py

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
from pandas import DataFrame, date_range, NaT
88

99

10+
# This module is the start of transitioning from attributes of
11+
# pandas/tests/frame/common.TestData towards fixtures (GH22471).
12+
# Until all modules have been transitioned, it is advised not to change
13+
# the (admittedly suboptimal) names of these fixtures.
14+
1015
@pytest.fixture
1116
def frame():
1217
return DataFrame(tm.getSeriesData())

0 commit comments

Comments
 (0)