We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fc11f commit befb356Copy full SHA for befb356
pandas/tests/frame/conftest.py
@@ -7,6 +7,11 @@
7
from pandas import DataFrame, date_range, NaT
8
9
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
+
15
@pytest.fixture
16
def frame():
17
return DataFrame(tm.getSeriesData())
0 commit comments