Skip to content

Commit 0846f93

Browse files
almaleksiapandres
authored andcommitted
Moving tests in series/indexing to fixtures (pandas-dev#20014.1) (pandas-dev#20034)
1 parent 99a6f74 commit 0846f93

File tree

8 files changed

+2641
-2536
lines changed

8 files changed

+2641
-2536
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pytest
2+
3+
from pandas.tests.series.common import TestData
4+
5+
6+
@pytest.fixture(scope='module')
7+
def test_data():
8+
return TestData()

0 commit comments

Comments
 (0)