laywerrobot/lib/python3.6/site-packages/pandas/tests/series/indexing/conftest.py
2020-08-27 21:55:39 +02:00

8 lines
136 B
Python

import pytest
from pandas.tests.series.common import TestData
@pytest.fixture(scope='module')
def test_data():
return TestData()