Skip to content

Commit aa4be95

Browse files
committed
Moving tests in series/indexing to fixtures (#20014.1)
1 parent 56939b4 commit aa4be95

File tree

8 files changed

+2640
-2535
lines changed

8 files changed

+2640
-2535
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)