Skip to content

Commit

Permalink
Moving tests in series/indexing to fixtures (pandas-dev#20014.1) (pan…
Browse files Browse the repository at this point in the history
  • Loading branch information
almaleksia authored and pandres committed Mar 10, 2018
1 parent 99a6f74 commit 0846f93
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 0846f93

Please sign in to comment.