laywerrobot/lib/python3.6/site-packages/pandas/tests/series/indexing/conftest.py

9 lines
136 B
Python
Raw Normal View History

2020-08-27 21:55:39 +02:00
import pytest
from pandas.tests.series.common import TestData
@pytest.fixture(scope='module')
def test_data():
return TestData()