Skip to content

Commit

Permalink
Add comment in conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 27, 2018
1 parent e1f474e commit c175d85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pandas/tests/frame/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
from pandas import DataFrame, date_range, NaT


# This module is the start of transitioning from attributes of
# pandas/tests/frame/common.TestData towards fixtures (GH22471).
# Until all modules have been transitioned, it is advised not to change
# the (admittedly suboptimal) names of these fixtures.

@pytest.fixture
def frame():
return DataFrame(tm.getSeriesData())
Expand Down

0 comments on commit c175d85

Please sign in to comment.