Skip to content

Commit

Permalink
Moving tests in series/indexing to fixtures (#20014.1) (#20034)
Browse files Browse the repository at this point in the history
  • Loading branch information
almaleksia authored and jreback committed Mar 7, 2018
1 parent 2532a49 commit f33e84c
Show file tree
Hide file tree
Showing 8 changed files with 2,641 additions and 2,536 deletions.
8 changes: 8 additions & 0 deletions pandas/tests/series/indexing/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import pytest

from pandas.tests.series.common import TestData


@pytest.fixture(scope='module')
def test_data():
return TestData()
Loading

0 comments on commit f33e84c

Please sign in to comment.